You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In @joyid/ckb, the functions signTransaction() and signCotaNFTTx() have slightly different functionality than is indicated.
signTransaction(): Creates a transaction to send CKB and signs it without broadcasting.
signCotaNFTTx(): Creates a transaction to send a CoTA NFT and signs it without broadcasting.
At a glance, more fitting function names would be something like sendCkbTx() and sendCotaNftTx().
The text was updated successfully, but these errors were encountered:
In
@joyid/ckb
, the functionssignTransaction()
andsignCotaNFTTx()
have slightly different functionality than is indicated.signTransaction(): Creates a transaction to send CKB and signs it without broadcasting.
signCotaNFTTx(): Creates a transaction to send a CoTA NFT and signs it without broadcasting.
At a glance, more fitting function names would be something like
sendCkbTx()
andsendCotaNftTx()
.The text was updated successfully, but these errors were encountered: