Type alias UserTransactionResponse
UserTransactionResponse: { accumulator_root_hash: string; changes: WriteSetChange[]; event_root_hash: string; events: Event[]; expiration_timestamp_secs: string; gas_unit_price: string; gas_used: string; hash: string; max_gas_amount: string; payload: TransactionPayloadResponse; sender: string; sequence_number: string; signature?: TransactionSignature; state_change_hash: string; state_checkpoint_hash: string | null; success: boolean; timestamp: string; type: User; version: string; vm_status: string; } Type declaration
accumulator_root_hash: string
event_root_hash: string
expiration_timestamp_secs: string
gas_unit_price: string
gas_used: string
hash: string
max_gas_amount: string
sender: string
sequence_number: 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