GasInput
No description
type GasInput {
gasSponsor: Address
gasPrice: BigInt
gasBudget: BigInt
gasPayment(
first: Int
after: String
last: Int
before: String
): ObjectConnection
}
Fields
GasInput.gasSponsor
● Address
object
Address of the owner of the gas object(s) used.
GasInput.gasPrice
● BigInt
scalar
An unsigned integer specifying the number of native tokens per gas unit this transaction will pay (in MIST).
GasInput.gasBudget
● BigInt
scalar
The maximum SUI that can be expended by executing this transaction
GasInput.gasPayment
● ObjectConnection
object
Objects used to pay for a transaction's execution and storage
GasInput.gasPayment.first
● Int
scalar
GasInput.gasPayment.after
● String
scalar
GasInput.gasPayment.last
● Int
scalar
GasInput.gasPayment.before
● String
scalar
Member Of
Transaction
object