-
Notifications
You must be signed in to change notification settings - Fork 27
How to sign and send transaction
Dylan edited this page Nov 15, 2019
·
1 revision
The how to sign transaction tells us how to sign ckb transaction.
Java SDK includes some examples of building and signing transaction:
There are some stages to send transaction:
-
Collecting live cells (estimating transaction fee at the same time) CellCollector and CellCollectorWithIndexer
-
Building transaction structure TransactionBuilder
-
Signing transaction Secp256k1MultisigAllBuilder and Secp256k1SighashAllBuilder
-
Calling
send_transaction
rpc to send transaction to ckb blockchain RPC Api