StateCheckpointTransactionResponse

@Serializable
@SerialName(value = "state_checkpoint_transaction")
data class StateCheckpointTransactionResponse(val type: TransactionResponseType, val version: String, val hash: String, val stateChangeHash: String, val eventRootHash: String, val stateCheckpointHash: String?, val gasUsed: String, val success: Boolean, val vmStatus: String, val accumulatorRootHash: String, val timestamp: String) : TransactionResponse

Constructors

Link copied to clipboard
constructor(type: TransactionResponseType, version: String, hash: String, stateChangeHash: String, eventRootHash: String, stateCheckpointHash: String?, gasUsed: String, success: Boolean, vmStatus: String, accumulatorRootHash: String, timestamp: String)

Properties

Link copied to clipboard
@SerialName(value = "accumulator_root_hash")
val accumulatorRootHash: String
Link copied to clipboard
@SerialName(value = "event_root_hash")
val eventRootHash: String
Link copied to clipboard
@SerialName(value = "gas_used")
val gasUsed: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "state_change_hash")
val stateChangeHash: String
Link copied to clipboard
@SerialName(value = "state_checkpoint_hash")
val stateCheckpointHash: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: TransactionResponseType
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "vm_status")
val vmStatus: String