Hi everyone! I have a tow Multichain nodes (Node1 and Node2).
I'm trying to send a certain qty of a native asset from Node1 to Node2, the thing is that the node that is making the transaction is Node2. What I mean is that Node2 is going to send itself assets from Node1. At first, I can't do this using sendassetfrom because Node2 doesn't have the Node1's privkey. I know this's not recommended but how can I do this transaction? I don't want to add Node1's address and privkey to Node2's wallet because, using an external service, I will give Node2 temporal access to Node1's privkey
Thank you