Signing Transactions
Last updated
Was this helpful?
Was this helpful?
<kl-auth-or-enroll
...
transaction-data="TRANSACTION_DATA"
></kl-auth-or-enroll>auth_or_enroll.addEventListener('finished', (event) => {
// will log the transaction JWT
console.log(event.detail.transactionJWT)
})