Skip to main content
Version: Next

emulator.emulatornetworkpreset

Home > @blaze-cardano/emulator > EmulatorNetworkPreset

EmulatorNetworkPreset type

Network preset used as the base for emulator configuration.

Signature:

export type EmulatorNetworkPreset = "mainnet" | "preprod" | "preview" | "sanchonet" | "custom";