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

    Class NetworkConfig

    An object holding Network configuration parameters.

    Index

    Constructors

    Properties

    chainID: string

    The chain ID. E.g. "1" for the Mainnet.

    extraGasLimitForGuardedTransactions: bigint

    The extra gas needed for guarded transactions.

    gasPerDataByte: bigint

    The gas required by the Network to process a byte of the transaction data.

    gasPriceModifier: number
    genesisTimestamp: number

    The genesis timestamp

    minGasLimit: bigint

    The minimum gas limit required to be set when broadcasting a transaction.

    minGasPrice: bigint

    The minimum gas price required to be set when broadcasting a transaction.

    numRoundsPerEpoch: number

    The number of rounds per epoch.

    numShards: number

    The number of shards.

    raw: Record<string, any> = {}
    roundDuration: number

    The round duration.

    Methods