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.

GasEffects

Effects related to gas (costs incurred and the identity of the smashed gas object returned).

type GasEffects {
gasObject: Object
gasSummary: GasCostSummary
}

Fields

GasEffects.gasObject ● Object object

The gas object used to pay for this transaction. If multiple gas coins were provided, this represents the combined coin after smashing.

GasEffects.gasSummary ● GasCostSummary object

Breakdown of the gas costs for this transaction.

Member Of

TransactionEffects object