After looking on how the Wallet.issue() command works I can't find a way to issue new tokens directly to a user while including a memo.
I can't find that the lib enables you to send a custom_json either. Perhaps I'm missing something.
|
def issue(self, to, amount, symbol): |
After looking on how the Wallet.issue() command works I can't find a way to issue new tokens directly to a user while including a memo.
I can't find that the lib enables you to send a custom_json either. Perhaps I'm missing something.
hiveengine/hiveengine/wallet.py
Line 205 in c88022e