How can I send assets from one walletaddress to another walletaddress

+2 votes
one can create multiple address on a node. We can send assets to a specific address. I need help for following

1. How can I send assets from one address to another address? Can i do this even if the addresses are on the same node.

2. How can i set different permissions to different addresses for example soem addresses to have permission for send and receive and some to have issue, send and receive?

3. If addresses inherits the permission from the node then will the address retains its original permission even if the addresses are imported to other node ?

I am quite new to multi chain  and likign this platform

Thanks
asked Aug 25, 2019 by blocktech

1 Answer

+1 vote

All permissions are per address, and it makes no difference whether these addresses are on the same node or not. So the behavior you are looking for is already built in.

Specifically you can send assets from one address to another most easily sendassetfrom – there are also lots of other options, e.g. sendfrom if you want to send more than one asset type in a single transaction.

answered Aug 25, 2019 by MultiChain
...