Created
January 14, 2019 12:48
-
-
Save anurag-arjun/22c90854c8be48831ab071a646fca54a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matic.transferTokens(token, to, amount, { | |
from, | |
parent: false, // For token transfer on Main network (false for Matic Network) | |
onTransactionHash: () => { | |
// action on Transaction success | |
console.log("Transfer done!") | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment