Type alias BlockMetadataTransactionResponse
BlockMetadataTransactionResponse: { accumulator_root_hash: string; changes: WriteSetChange[]; epoch: string; event_root_hash: string; events: Event[]; failed_proposer_indices: number[]; gas_used: string; hash: string; id: string; previous_block_votes_bitvec: number[]; proposer: string; round: string; state_change_hash: string; state_checkpoint_hash: string | null; success: boolean; timestamp: string; type: BlockMetadata; version: string; vm_status: string; } Type declaration
accumulator_root_hash: string
epoch: string
event_root_hash: string
failed_proposer_indices: number[]
gas_used: string
hash: string
id: string
previous_block_votes_bitvec: number[]
proposer: string
round: 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