getOnChainEvents_Pre method
Future<OnChainEventResponse>
getOnChainEvents_Pre(
- ServiceCall call,
- Future<
OnChainEventRequest> request
Implementation
$async.Future<$1.OnChainEventResponse> getOnChainEvents_Pre($grpc.ServiceCall call, $async.Future<$1.OnChainEventRequest> request) async {
return getOnChainEvents(call, await request);
}