Interface RepresentativesRPC

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

Properties

Properties

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