emulator.emulatornetworkconfiginput
Home > @blaze-cardano/emulator > EmulatorNetworkConfigInput
EmulatorNetworkConfigInput interface
Overrides accepted by createEmulatorNetworkConfig().
Signature:
export interface EmulatorNetworkConfigInput
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ChainId |
(Optional) Chain id override. | ||
|
ProtocolParameters |
(Optional) Protocol parameters override. | ||
|
(Optional) Named preset to use as the base configuration. | |||
|
Partial<SlotConfig> |
(Optional) Slot-to-time fields to override on the selected preset. | ||
|
number |
(Optional) Block length override, measured in slots. | ||
|
number |
(Optional) Epoch length override. |