getBlockchainInfo method

ResponseFuture<GetBlockchainInfoResponse> getBlockchainInfo(
  1. GetBlockchainInfoRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetBlockchainInfoResponse> getBlockchainInfo(
    $1.GetBlockchainInfoRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getBlockchainInfo, request, options: options);
}