@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias BlockEpilogueTransactionResponse

    A transaction executed at the end of a block that tracks data from the entire block.

    type BlockEpilogueTransactionResponse = {
        accumulator_root_hash: string;
        block_end_info: BlockEndInfo | null;
        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: BlockEpilogue;
        version: string;
        vm_status: string;
    }
    Index

    Properties

    accumulator_root_hash: string
    block_end_info: BlockEndInfo | null
    changes: WriteSetChange[]

    Final state of resources changed by the transaction

    event_root_hash: string
    gas_used: string
    hash: string
    state_change_hash: string
    state_checkpoint_hash: string | null
    success: boolean

    Whether the transaction was successful

    timestamp: string
    version: string
    vm_status: string

    The VM status of the transaction, can tell useful information in a failure