Transfer Asset from Address1 to Address2 inside a wallet

+1 vote
Hi,

 

I am looking to transfer an asset from Address1 to Address2 inside a wallet. Please guide me what should be the command. I want to provide both to-address and from-address in my command.

 

I tried following, but could not succeed:

multichain-cli chain10 sendassetfrom <from-address> sendassettoaddress <to-address> AssetZ 100  

 

 

Regards

Anuj
asked Feb 8, 2016 by anuj

1 Answer

0 votes
 
Best answer

The correct format is:

sendassetfrom <from-address> <to-address> asset2 100

answered Feb 8, 2016 by MultiChain
selected Feb 8, 2016 by anuj
it worked. Thanks..
...