@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias GenesisTransactionResponse

    The response for a genesis transaction, indicating the type of transaction.

    type GenesisTransactionResponse = {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        events: Event[];
        gas_used: string;
        hash: string;
        payload: GenesisPayload;
        state_change_hash: string;
        state_checkpoint_hash?: string;
        success: boolean;
        type: Genesis;
        version: string;
        vm_status: string;
    }
    Index

    Properties

    accumulator_root_hash: string
    changes: WriteSetChange[]

    Final state of resources changed by the transaction

    event_root_hash: string
    events: Event[]

    Events emitted during genesis

    gas_used: string
    hash: string
    state_change_hash: string
    state_checkpoint_hash?: string
    success: boolean

    Whether the transaction was successful

    type: Genesis
    version: string
    vm_status: string

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