Interface IPingResponse

Return interface for the RpcClient.ping RPC method.

interface IPingResponse {
    message?: string;
}

Properties

Properties

message?: string

Generated using TypeDoc