Documentation
    Preparing search index...

    Interface RegisterBlobOptions

    interface RegisterBlobOptions {
        attributes?: Record<string, string | null>;
        blobId: string;
        deletable: boolean;
        epochs: number;
        rootHash: Uint8Array;
        size: number;
        walCoin?: TransactionObjectArgument;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: Record<string, string | null>

    The attributes to write for the blob.

    blobId: string
    deletable: boolean
    epochs: number

    The number of epoch the storage will be reserved for.

    rootHash: Uint8Array
    size: number

    The encoded size of the blob.

    optionally specify a WAL coin pay for the registration. This will consume WAL from the signer by default.