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