export interface PayoutValidator {
  available: BN;
  eras: PayoutEraValidator[];
  validatorId: string;
  total: BN;