TransactionBlockResponse

@Serializable
data class TransactionBlockResponse(val digest: String, val transaction: Transaction? = null, val rawTransaction: String = "", val effects: Effects? = null, val events: List<Event> = emptyList(), val objectChanges: List<ObjectChange> = emptyList(), val balanceChanges: List<BalanceChange> = emptyList(), val timestampMs: Long, val checkpoint: Long, val errors: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(digest: String, transaction: Transaction? = null, rawTransaction: String = "", effects: Effects? = null, events: List<Event> = emptyList(), objectChanges: List<ObjectChange> = emptyList(), balanceChanges: List<BalanceChange> = emptyList(), timestampMs: Long, checkpoint: Long, errors: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val effects: Effects? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard