RPC_ TRANSACTION_ FIELDS
data class RPC_TRANSACTION_FIELDS(val digest: String, val rawTransaction: Any?, val sender: RPC_TRANSACTION_FIELDS.Sender?, val signatures: List<RPC_TRANSACTION_FIELDS.Signature>, 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<RPC_TRANSACTION_FIELDS.Signature>, 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?)
Properties
Link copied to clipboard
The results to the chain of executing this transaction.
Link copied to clipboard
The Base64-encoded BCS serialization of this transaction, as a TransactionData.
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
User signatures for this transaction.