Slide 25
Slide 25 text
Contract6
_checkToken, _amount
送⾦を⾏う為の関数作成
blockchain.callWithAuthを使ってtransferを実⾏
transfer(tokenSymbol, from, to, amountStr, memo) //string, string, string, string, string
https://developers.iost.io/docs/en/3-smart-contract/IOST-Blockchain-API.html
IOST Blockchain API:
https://developers.iost.io/docs/en/3-smart-contract/Token.html
IRC20: