near-api-js - v7.0.4
    Preparing search index...

    Type Alias RuntimeConfigView

    View that preserves JSON format of the runtime config.

    Index

    Properties

    account_creation_config?: AccountCreationConfigView

    Config that defines rules for account creation.

    congestion_control_config?: CongestionControlConfigView

    The configuration for congestion control.

    dynamic_resharding_config?: DynamicReshardingConfigView

    Configuration for dynamic resharding feature.

    storage_amount_per_byte?: NearToken

    Amount of yN per byte required to have on the account. See https://nomicon.io/Economics/Economics.html#state-stake for details.

    transaction_costs?: RuntimeFeesConfigView

    Costs of different actions that need to be performed when sending and processing transaction and receipts.

    wasm_config?: VmConfigView

    Config of wasm operations.

    witness_config?: WitnessConfigView

    Configuration specific to ChunkStateWitness.