Effects
data class Effects(val effectsBcs: Any?, val balanceChanges: DevInspectTransactionBlockQuery.BalanceChanges?, val objectChanges: DevInspectTransactionBlockQuery.ObjectChanges?, val events: DevInspectTransactionBlockQuery.Events?)
Constructors
Link copied to clipboard
constructor(effectsBcs: Any?, balanceChanges: DevInspectTransactionBlockQuery.BalanceChanges?, objectChanges: DevInspectTransactionBlockQuery.ObjectChanges?, events: DevInspectTransactionBlockQuery.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
The before and after state of objects that were modified by this transaction.