CKBull Signer API
  • CKBull Signer API
  • Getting started
    • Create an account
    • Register a dApp
    • Regenerate API keys
    • Next steps
  • Guides and Concepts
    • Introduction
    • Sign in request
    • Transaction request
  • API
    • Introduction
    • Authentication
    • Transactions
    • Requests
      • Sign in request
      • Transaction request
    • Polling
Powered by GitBook
On this page
  • How do I prepare transaction requests?
  • Supported transactions
  • Lumos versions supported
  1. API

Transactions

PreviousAuthenticationNextRequests

Last updated 1 year ago

How do I prepare transaction requests?

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.

Supported transactions

  • CKB transactions

  • Token transactions

  • NFTs transactions

Lumos versions supported

This section will list all supported versions for transaction generation:

  • ✅ v0.19.0

  • ✅ v0.18.0

Lumos