migrateContract_Pre method

Future<MsgMigrateContractResponse> migrateContract_Pre(
  1. ServiceCall call,
  2. Future<MsgMigrateContract> request
)

Implementation

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