Documentation

    Type Alias ExtendBlobOptions

    ExtendBlobOptions: {
        blobObjectId: string;
        owner: string;
        walCoin?: TransactionObjectArgument;
    } & (
        | { endEpoch?: never; epochs: number }
        | { endEpoch: number; epochs?: never }
    )

    Type declaration

    • blobObjectId: string
    • owner: string
    • OptionalwalCoin?: TransactionObjectArgument

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

    • { endEpoch?: never; epochs: number }
      • OptionalendEpoch?: never
      • epochs: number

        The number of epochs the blob should be stored for.

    • { endEpoch: number; epochs?: never }
      • endEpoch: number

        The new end epoch for the storage period of the blob.

      • Optionalepochs?: never
    MMNEPVFCICPMFPCPTTAAATR