Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkFile<N>

Type parameters

Hierarchy

Index

Properties

additionalCurrencyDistributions?: CurrencyDistribution[][]
cloneFromPreset?: string
customNetworkPreset?: CustomPreset
domain: string
faucetBalances?: number[]
friendlyNamePattern: string
isNewNetwork: boolean
multisig?: { cosigners: CosignerPerson[]; minApprovalDelta: number; minRemovalDelta: number; ownershipCount: number }

Type declaration

  • cosigners: CosignerPerson[]
  • minApprovalDelta: number
  • minRemovalDelta: number
  • ownershipCount: number
nemesisSeedFolder?: string
networkType: number
nodes: N[]
preset: string
suffix: string

Generated using TypeDoc