Interface
Constant settings used to initialize the client APIs.
export interface NetworkSettings {
readonly blockCount: number;
readonly decrementInterval: number;
readonly generationAmount: readonly number[];
readonly privateKeyVersion: number;
readonly standbyvalidators: readonly string[];
readonly network: number;
readonly maxValidUntilBlockIncrement: number;
readonly addressVersion: number;
readonly standbyCommittee: readonly string[];
readonly committeeMemberscount: number;
readonly validatorsCount: number;
readonly millisecondsPerBlock: number;
readonly memoryPoolMaxTransactions: number;
}