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

    Class blockchain_parameters

    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
    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_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
    target_block_cpu_usage_pct: UInt32
    target_block_net_usage_pct: 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

    • Type Parameters

      Parameters

      • this: T
      • value: any

      Returns InstanceType<T>

    • Parameters

      • value: any

      Returns unknown