Skip to main content
Version: Next

emulator.emulatornetworkconfiginput

Home > @blaze-cardano/emulator > EmulatorNetworkConfigInput

EmulatorNetworkConfigInput interface

Overrides accepted by createEmulatorNetworkConfig().

Signature:

export interface EmulatorNetworkConfigInput 

Properties

Property

Modifiers

Type

Description

chainId?

ChainId

(Optional) Chain id override.

params?

ProtocolParameters

(Optional) Protocol parameters override.

preset?

EmulatorNetworkPreset

(Optional) Named preset to use as the base configuration.

slotConfig?

Partial<SlotConfig>

(Optional) Slot-to-time fields to override on the selected preset.

slotsPerBlock?

number

(Optional) Block length override, measured in slots.

slotsPerEpoch?

number

(Optional) Epoch length override.