Interface AccountRepresentativeRPC

interface AccountRepresentativeRPC {
    representative: `ban_${string}` | `nano_${string}`;
}

Properties

Properties

representative: `ban_${string}` | `nano_${string}`