filecoin-pin
    Preparing search index...

    Interface CreateCarResult

    interface CreateCarResult {
        carBytes: Uint8Array;
        name: string | null;
        rootCid: CID;
    }
    Index

    Properties

    Properties

    carBytes: Uint8Array
    name: string | null

    Basename of the source, or null when none is available. Useful for piece metadata.

    rootCid: CID