GasCoin
Access to the gas inputs, after they have been smashed into one coin. The gas coin can only be used by reference, except for with TransferObjectsTransaction
that can accept it by value.
type GasCoin {
_: Boolean
}
Fields
GasCoin._
● Boolean
scalar
Placeholder field (gas coin has no additional data)
Implemented By
TransactionArgument
union