Created
April 12, 2022 16:35
-
-
Save janniks/4fc5c54b7dea34ebe2a1a3283756d93e to your computer and use it in GitHub Desktop.
onFinish — Stacks Authentication
This file contains 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
... | |
onFinish: (data) => { | |
const explorerTransactionUrl = "https://explorer.stacks.co/txid/${data.txId}"; | |
console.log("View transaction in explorer:", explorerTransactionUrl); | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment