GasData
@iota/wallet-standard / GasData
Interface: GasData
Defined in: sdk/wallet-standard/src/types.ts:6
Contains data related to the gas payment for a Transaction
Properties
budget
budget:
string|number|null
Defined in: sdk/wallet-standard/src/types.ts:8
The budget set for this transaction
owner
owner:
string|null
Defined in: sdk/wallet-standard/src/types.ts:12
The owner of the gas coins used to fund the transactions, this is either the sender or the gas sponsor
payment
payment:
object[] |null
Defined in: sdk/wallet-standard/src/types.ts:14
The list of IOTA coins to fund the transaction
price
price:
string|number|null
Defined in: sdk/wallet-standard/src/types.ts:10
The gas price used for this transaction