Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

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