executeContract_Pre method
Future<MsgExecuteContractResponse>
executeContract_Pre(
- ServiceCall call,
- Future<
MsgExecuteContract> request
Implementation
$async.Future<$0.MsgExecuteContractResponse> executeContract_Pre(
$grpc.ServiceCall call,
$async.Future<$0.MsgExecuteContract> request) async {
return executeContract(call, await request);
}