Interface IUnbanRequest

Argument interface for the RpcClient.unban RPC method.

interface IUnbanRequest {
    ip: string;
}

Properties

Properties

ip: string

IPv4 or IPv6 address to unban.

Generated using TypeDoc