issuemorefrom - external key pairs

+1 vote
Hello, is it possible to use "issuemorefrom" command where "from address" is imported? Ex.

./multichain-cli chainX issuemorefrom 13zST3mg49re6BZA2k5rGyCgTuJVSZ77cgpEgv 1L9A2EXjT24seamSRn4BTUXcgFbm9FxrnGQnxp asset1 0.20
 

{"method":"issuemorefrom","params":["13zST3mg49re6BZA2k5rGyCgTuJVSZ77cgpEgv","1L9A2EXjT24seamSRn4BTUXcgFbm9FxrnGQnxp","asset1",0.20000000],"id":"89608424-1554544639","chain_name":"chainX"}

error code: -709
error message:
Private key for from-address is not found in this wallet
asked Apr 6, 2019 by anonymous

1 Answer

0 votes

Yes, it is definitely possible. See this page for general information about external key management:

https://www.multichain.com/developers/external-key-management/

But the examples there don't cover issuing more of an already-issued asset. See this page for information on how to build that transaction using createrawsendfrom, and then apply the information in the other page regarding signing and broadcast:

https://www.multichain.com/developers/raw-transactions/

answered Apr 8, 2019 by MultiChain
...