Effects

data class Effects(val bcs: Any?, val events: RPC_TRANSACTION_FIELDS.Events?, val checkpoint: RPC_TRANSACTION_FIELDS.Checkpoint?, val timestamp: Any?, val balanceChanges: RPC_TRANSACTION_FIELDS.BalanceChanges?, val objectChanges: RPC_TRANSACTION_FIELDS.ObjectChanges?)

Constructors

Link copied to clipboard
constructor(bcs: Any?, events: RPC_TRANSACTION_FIELDS.Events?, checkpoint: RPC_TRANSACTION_FIELDS.Checkpoint?, timestamp: Any?, balanceChanges: RPC_TRANSACTION_FIELDS.BalanceChanges?, objectChanges: RPC_TRANSACTION_FIELDS.ObjectChanges?)

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
val bcs: Any?

The Base64-encoded BCS serialization of these effects, as TransactionEffects.

Link copied to clipboard

The checkpoint this transaction was finalized in.

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.

Link copied to clipboard

Timestamp corresponding to the checkpoint this transaction was finalized in.