interface AllowedValidators {
    accounts: string[];
}

Properties

Properties

accounts: string[]