Interface RepresentativesOnlineWeightRPC

interface RepresentativesOnlineWeightRPC {
    representatives: Record<`ban_${string}` | `nano_${string}`, {
        weight: `${number}`;
    }>;
}

Properties

Properties

representatives: Record<`ban_${string}` | `nano_${string}`, {
    weight: `${number}`;
}>

Type declaration

  • weight: `${number}`