filecoin-pin
    Preparing search index...

    Interface CreateCarResult

    interface CreateCarResult {
        carPath: string;
        name: string;
        rootCid: CID;
    }
    Index

    Properties

    Properties

    carPath: string
    name: string

    Basename of the source path, useful for piece metadata.

    rootCid: CID