I use that the multichain.getAddressBalances({address : userResult.addr},(err,asset) is okay
but this command ( multichain.dumpprivkey({address : userResult.addr},(err,cipherkey)) is error
error is content (multichain.dumpprivkey is not a function)
how to use the dumpprivkey?
What is the problem?