scientistnik / btsdex

Package for work with BitShares DEX
MIT License
21 stars 27 forks source link

assetIssue with memo option #13

Closed technologiespro closed 5 years ago

technologiespro commented 5 years ago

assetIssue - added memo optional

example:

async function TestIssueAssetWithMemo() {
    let bot = new BitShares(SENDER, KEY);
    bot.setMemoKey(KEY);
    await bot.assetIssue(RECIPIENT, ASSET, AMOUNT, TEST_MEMO);
}
scientistnik commented 5 years ago

Great, Thanks!!