@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Interface INetworkConfig

    interface INetworkConfig {
        chainID: string;
        gasPerDataByte: bigint;
        gasPriceModifier: number;
        minGasLimit: bigint;
    }
    Index

    Properties

    chainID: string
    gasPerDataByte: bigint
    gasPriceModifier: number
    minGasLimit: bigint