// log in
window.ckb.getAccount()
// sign out
window.ckb.forgetAccount()
// sign transaction
window.ckb.signTransaction(paths,rawTx,cells)
For details, please find the sample in this repo.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
// log in
window.ckb.getAccount()
// sign out
window.ckb.forgetAccount()
// sign transaction
window.ckb.signTransaction(paths,rawTx,cells)
For details, please find the sample in this repo.