Interface IGetConnectionsResponse

Return interface for the RpcClient.getConnections RPC method.

interface IGetConnectionsResponse {
    [key: string]: any;
}

Indexable

[key: string]: any

Generated using TypeDoc