Interface AccountsRepresentativesRPC

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

Properties

Properties

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