Documentation

    Interface CertifyBlobOptions

    interface CertifyBlobOptions {
        blobId: string;
        blobObjectId: string;
        confirmations: (null | StorageConfirmation)[];
        deletable: boolean;
    }
    Index

    Properties

    blobId: string
    blobObjectId: string
    confirmations: (null | StorageConfirmation)[]

    An array of confirmations. These confirmations must be provided in the same order as the nodes in the committee. For nodes that have not provided a confirmation you can pass null

    deletable: boolean
    MMNEPVFCICPMFPCPTTAAATR