RPC_ TRANSACTION_ FIELDS
data class RPC_TRANSACTION_FIELDS(val digest: String?, val rawTransaction: Any?, val sender: RPC_TRANSACTION_FIELDS.Sender?, val signatures: List<Any>?, val effects: RPC_TRANSACTION_FIELDS.Effects?) : Fragment.Data
Constructors
Link copied to clipboard
constructor(digest: String?, rawTransaction: Any?, sender: RPC_TRANSACTION_FIELDS.Sender?, signatures: List<Any>?, effects: RPC_TRANSACTION_FIELDS.Effects?)
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class BalanceChanges(val pageInfo: RPC_TRANSACTION_FIELDS.PageInfo1, val nodes: List<RPC_TRANSACTION_FIELDS.Node1>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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?)
Link copied to clipboard
data class Events(val pageInfo: RPC_TRANSACTION_FIELDS.PageInfo, val nodes: List<RPC_TRANSACTION_FIELDS.Node>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Node1(val coinType: RPC_TRANSACTION_FIELDS.CoinType?, val owner: RPC_TRANSACTION_FIELDS.Owner?, val amount: Any?)
Link copied to clipboard
data class Node2(val address: Any, val inputState: RPC_TRANSACTION_FIELDS.InputState?, val outputState: RPC_TRANSACTION_FIELDS.OutputState?)
Link copied to clipboard
data class ObjectChanges(val pageInfo: RPC_TRANSACTION_FIELDS.PageInfo2, val nodes: List<RPC_TRANSACTION_FIELDS.Node2>)
Link copied to clipboard
data class OutputState(val asMoveObject: RPC_TRANSACTION_FIELDS.AsMoveObject1?, val asMovePackage: RPC_TRANSACTION_FIELDS.AsMovePackage?)
Link copied to clipboard
data class Owner(val asObject: RPC_TRANSACTION_FIELDS.AsObject?, val asAddress: RPC_TRANSACTION_FIELDS.AsAddress?)
Properties
Link copied to clipboard
The effects field captures the results to the chain of executing this transaction.
Link copied to clipboard
Serialized form of this transaction's TransactionData, BCS serialized and Base64 encoded.
Link copied to clipboard
The address corresponding to the public key that signed this transaction. System transactions do not have senders.
Link copied to clipboard
A list of all signatures, Base64-encoded, from senders, and potentially the gas owner if this is a sponsored transaction.