Skip to main content
Version: Next

emulator.emulatornetworkconfig

Home > @blaze-cardano/emulator > EmulatorNetworkConfig

EmulatorNetworkConfig interface

Resolved network, protocol, and clock settings for an emulator.

Signature:

export interface EmulatorNetworkConfig 

Properties

Property

Modifiers

Type

Description

chainId

ChainId

Chain id used for addresses and provider metadata.

params

ProtocolParameters

Protocol parameters used by the emulator ledger and evaluator.

preset

EmulatorNetworkPreset

Named preset used as the base configuration.

slotConfig

SlotConfig

Slot-to-time conversion settings.

slotsPerBlock

number

Number of slots produced in one emulator block.

slotsPerEpoch

number

Number of slots in one emulator epoch.