Interface RepresentativesOnlineWeightRPC

interface RepresentativesOnlineWeightRPC {
    representatives: Record<Address, {
        weight: `${number}`;
    }>;
}

Properties

Properties

representatives: Record<Address, {
    weight: `${number}`;
}>

Type declaration

  • weight: `${number}`