Skip to main content

Interface: SerializedTransactionDataV2

Represent the serialized state of a partially built Transaction This format is designed to support transactions that have not been fully build allowing most properties to be omitted or set to null. It also supports unresolved object references, unresolved pure values, and Transaction Intents.

Properties

PropertyTypeDescription
version2-
senderstring | null | undefinedThe sender of the transaction
expiration| { Epoch: number; } | { None: true; } | null | undefinedThe expiration of the transaction
gasDataGasDataThe gas data
inputsCallArg[]The inputs to the transaction
commandsCommand[]The commands to execute
extensions?objectExtra metadata for implementation specific use-cases