Interface ValidatorConfig

Hierarchy

  • ValidatorConfig

Properties

address: string
encryptedPassphrase: string
hashOnion: {
    count: number;
    distance: number;
    hashes: string[];
}

Type declaration

  • Readonly count: number
  • Readonly distance: number
  • Readonly hashes: string[]

Generated using TypeDoc