Transactions
Last updated
Last updated
In order to send transaction requests to CKBull Wallet users, the library must be used. Specifically, it is necessary to provide a JSON object of type TransactionSkeletonType containing the outputs corresponding to the reason for the transaction.
When the user receives the request and proceeds to sign it, the rest of the fields of the transaction (cellDeps, inputs, witnesses, etc.) will be filled in automatically, once the transaction is signed, it will be sent.
CKB transactions
Token transactions
NFTs transactions
This section will list all supported versions for transaction generation:
✅ v0.19.0
✅ v0.18.0