@wharfkit/session - v4.0.1
    Preparing search index...

    Class eosio_global_state

    Interface that should be implemented by ABI serializable objects.

    Hierarchy (View Summary)

    Index
    base_per_transaction_net_usage: UInt32
    context_free_discount_net_usage_den: UInt32
    context_free_discount_net_usage_num: UInt32
    deferred_trx_expiration_window: UInt32
    last_name_close: BlockTimestamp
    last_pervote_bucket_fill: TimePoint
    last_producer_schedule_size: UInt16
    last_producer_schedule_update: BlockTimestamp
    max_authority_depth: UInt16
    max_block_cpu_usage: UInt32
    max_block_net_usage: UInt64
    max_inline_action_depth: UInt16
    max_inline_action_size: UInt32
    max_ram_size: UInt64
    max_transaction_cpu_usage: UInt32
    max_transaction_delay: UInt32
    max_transaction_lifetime: UInt32
    max_transaction_net_usage: UInt32
    min_transaction_cpu_usage: UInt32
    net_usage_leeway: UInt32
    perblock_bucket: Int64
    pervote_bucket: Int64
    target_block_cpu_usage_pct: UInt32
    target_block_net_usage_pct: UInt32
    thresh_activated_stake_time: TimePoint
    total_activated_stake: Int64
    total_producer_vote_weight: Float64
    total_ram_bytes_reserved: UInt64
    total_ram_stake: Int64
    total_unpaid_blocks: UInt32
    abiFields: ABIField[]
    abiName: string
    • get structFields(): ABIField[]

      Returns ABIField[]

    • Return true if this struct equals the other.

      Note: This compares the ABI encoded bytes of both structs, subclasses should implement their own fast equality check when possible.

      Parameters

      • other: any

      Returns boolean