submitOnChainEvent_Pre method

Future<OnChainEvent> submitOnChainEvent_Pre(
  1. ServiceCall call,
  2. Future<OnChainEvent> request
)

Implementation

$async.Future<$5.OnChainEvent> submitOnChainEvent_Pre($grpc.ServiceCall call, $async.Future<$5.OnChainEvent> request) async {
  return submitOnChainEvent(call, await request);
}