TransactionBlob: BaseTransactionType & {
    blobId: string;
    type: Blob;
    witnessIndex: number;
}

Type declaration

  • blobId: string

    Hash of the bytecode. (b256)

  • type: Blob
  • witnessIndex: number

    Witness index of contract bytecode (u16)