Type alias StateCheckpointTransactionResponse
StateCheckpointTransactionResponse: { accumulator_root_hash: string; changes: WriteSetChange[]; event_root_hash: string; gas_used: string; hash: string; state_change_hash: string; state_checkpoint_hash: string | null; success: boolean; timestamp: string; type: StateCheckpoint; version: string; vm_status: string; } Type declaration
accumulator_root_hash: string
event_root_hash: string
gas_used: string
hash: string
state_change_hash: string
state_checkpoint_hash: string | null
success: boolean
timestamp: string
version: string
vm_status: string
Final state of resources changed by the transaction