getBlockchainInfo method

Future<GetBlockchainInfoResponse> getBlockchainInfo()

Implementation

Future<GetBlockchainInfoResponse> getBlockchainInfo() {
  return this._stub.getBlockchainInfo(GetBlockchainInfoRequest());
}