Interface IBanRequest

Argument interface for the RpcClient.ban RPC method.

interface IBanRequest {
    ip: string;
}

Properties

Properties

ip: string

IPv4 or IPv6 address to ban.

Generated using TypeDoc