migrateContract method
ResponseFuture<MsgMigrateContractResponse>
migrateContract(
- MsgMigrateContract request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.MsgMigrateContractResponse> migrateContract(
$0.MsgMigrateContract request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$migrateContract, request, options: options);
}