Hi, I am in multichain interactive mode. in it i tried to send 100 units of asset3 from addressA to addressB as follows:
sendassetfrom addressA addressB asset3 100
However I get this message:
{"method":"sendassetfrom","params":["addressA","addressB","asset3",100],"id":1,"chain_name":"chain1"}
error code: -8
error message:
Issue transaction with this name not found: asset3
(addressA and addressB have been changed for readability, the original is some hex string)
When I try it with the issue transaction id, it works fine:
sendassetfrom addressA addressB 5203-267-4721 100
Returns me:
{"method":"sendassetfrom","params":["addressA","addressB","5203-267-4721",100],"id":1,"chain_name":"chain1"}
a24840702495dbb279690e690743ac43e163bd8f1c3d124767cec69409b6f85c
so is there any way I can send an asset using its name instead of needing to find out a transaction that has some of the asset left over?