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