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?

Base64 encoded bcs serialization of the on-chain transaction effects.

Link copied to clipboard

The checkpoint this transaction was finalized in.

Link copied to clipboard

Events emitted by this transaction block.

Link copied to clipboard

The effect this transaction had on objects on-chain.

Link copied to clipboard

Timestamp corresponding to the checkpoint this transaction was finalized in.