interface BlobTransactionRequestLike {
    blobId: string;
    inputs?: TransactionRequestInput[];
    maturity?: number;
    maxFee?: BigNumberish;
    outputs?: TransactionRequestOutput[];
    tip?: BigNumberish;
    witnessIndex?: number;
    witnessLimit?: BigNumberish;
    witnesses?: BytesLike[];
}

Hierarchy

  • BaseTransactionRequestLike
    • BlobTransactionRequestLike

Properties

blobId: string

Blob ID

List of inputs

maturity?: number

Block until which tx cannot be included

maxFee?: BigNumberish

The maximum fee payable by this transaction using BASE_ASSET.

List of outputs

Gas price for transaction

witnessIndex?: number

Witness index of the bytecode to create

witnessLimit?: BigNumberish

The maximum amount of witness data allowed for the transaction

witnesses?: BytesLike[]

List of witnesses