migrateContract_Pre method
Future<MsgMigrateContractResponse>
migrateContract_Pre(
- ServiceCall call,
- Future<
MsgMigrateContract> request
Implementation
$async.Future<$0.MsgMigrateContractResponse> migrateContract_Pre(
$grpc.ServiceCall call,
$async.Future<$0.MsgMigrateContract> request) async {
return migrateContract(call, await request);
}