Interface IGetCurrentNetworkResponse

Return interface for the RpcClient.getCurrentNetwork RPC method.

interface IGetCurrentNetworkResponse {
    network: string;
}

Properties

Properties

network: string

Generated using TypeDoc