Interface RepresentativesOnlineRPC

interface RepresentativesOnlineRPC {
    representatives: (`ban_${string}` | `nano_${string}`)[];
}

Properties

Properties

representatives: (`ban_${string}` | `nano_${string}`)[]