filecoin-pin
    Preparing search index...

    Interface CreateCarOptions

    interface CreateCarOptions {
        bare?: boolean;
        onProgress?: (bytesProcessed: number, totalBytes: number) => void;
    }
    Index

    Properties

    Properties

    bare?: boolean
    onProgress?: (bytesProcessed: number, totalBytes: number) => void