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

    Type Alias BlockEndInfo

    Describes the gas state of the block, indicating whether the block gas limit has been reached.

    type BlockEndInfo = {
        block_approx_output_size: number;
        block_effective_block_gas_units: number;
        block_gas_limit_reached: boolean;
        block_output_limit_reached: boolean;
    }
    Index

    Properties

    block_approx_output_size: number
    block_effective_block_gas_units: number
    block_gas_limit_reached: boolean
    block_output_limit_reached: boolean