Interface IPingRequest

Argument interface for the RpcClient.ping RPC method.

interface IPingRequest {
    message?: string;
}

Properties

Properties

message?: string

Generated using TypeDoc