Effects
data class Effects(val effectsBcs: Any?, val balanceChanges: DryRunTransactionBlockQuery.BalanceChanges?, val objectChanges: DryRunTransactionBlockQuery.ObjectChanges?, val status: ExecutionStatus?, val executionError: DryRunTransactionBlockQuery.ExecutionError?, val gasEffects: DryRunTransactionBlockQuery.GasEffects?, val events: DryRunTransactionBlockQuery.Events?)
Constructors
Link copied to clipboard
constructor(effectsBcs: Any?, balanceChanges: DryRunTransactionBlockQuery.BalanceChanges?, objectChanges: DryRunTransactionBlockQuery.ObjectChanges?, status: ExecutionStatus?, executionError: DryRunTransactionBlockQuery.ExecutionError?, gasEffects: DryRunTransactionBlockQuery.GasEffects?, events: DryRunTransactionBlockQuery.Events?)
Properties
Link copied to clipboard
The effect this transaction had on the balances (sum of coin values per coin type) of addresses and objects.
Link copied to clipboard
The Base64-encoded BCS serialization of these effects, as TransactionEffects.
Link copied to clipboard
Events emitted by this transaction.
Link copied to clipboard
Rich execution error information for failed transactions.
Link copied to clipboard
Effects related to the gas object used for the transaction (costs incurred and the identity of the smashed gas object returned).
Link copied to clipboard
The before and after state of objects that were modified by this transaction.
Link copied to clipboard
Whether the transaction executed successfully or not.