veyhong
veyhong
Interface customization need to be setup in code app, cannot use from Storyboard ? Can u give example how to customized too ? I have no Idea how to customized...
**To reproduce the bug:** - Set financeChangeAddress: cc.hdwallet.getAddress(0, 0) - Send asset from and address A to B - Send asset back from B to A After sent back and...
### Before process send asset between addresses token that hold valid amounts: **send json:** ``` var send = { from: [cc.hdwallet.getAddress(0, 0), fromAddress], to: transferToAddresse, fee: 1000, financeChangeAddress: cc.hdwallet.getAddress(0, 0)...