getBlockByDepth_Pre method
Future<BlockResponse>
getBlockByDepth_Pre(
- ServiceCall call,
- Future<
GetBlockByDepthRequest> request
Implementation
$async.Future<$0.BlockResponse> getBlockByDepth_Pre($grpc.ServiceCall call,
$async.Future<$0.GetBlockByDepthRequest> request) async {
return getBlockByDepth(call, await request);
}