Can I Create An Asset With Greater Divisibility Than 0.00000001?

+1 vote
Is there a configuration variable that I can set that will allow assets more digits to right?

$> multichain-cli testchain1 issue 1MC8jRbekytALLSiNx86sBkPPDTjaSCnue5Yii asset5 100 0.000000001
{"method":"issue","params":["1MC8jRbekytALLSiNx86sBkPPDTjaSCnue5Yii","asset5",100,0.00000000],"id":1,"chain_name":"testchain1"}

error code: -5
error message:
Invalid smallest unit. Valid Range [0.00000001 - 1].
asked Mar 1, 2017 by Bullsear

1 Answer

+1 vote
I'm afraid it's not currently possible. Perhaps you could handle this at the application layer however, just multiplying/dividing quantities as appropriate, between what your users see and what you send/receive from the MultiChain API?
answered Mar 2, 2017 by MultiChain
...