/// export interface MethodInitArgs { config: { blockTime: number; }; } export interface ValidatorAddress { address: Buffer; }