Skip to content

Commit

Permalink
Reflect in the index the correct order of sections
Browse files Browse the repository at this point in the history
  • Loading branch information
landabaso committed Oct 19, 2023
1 parent 4cbd543 commit 0a83177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ npm install @bitcoinerlab/secp256k1
The library can be split into four main parts:

- The `Output` class is the central component for managing descriptors. It facilitates the creation of outputs to receive funds and enables the signing and finalization of PSBTs (Partially Signed Bitcoin Transactions) for spending UTXOs (Unspent Transaction Outputs).
- `keyExpressions` and `scriptExpressions`, which provide functions to create key and descriptor expressions (strings) from structured data, making it easier to work with complex descriptors.
- PSBT signers and finalizers, which are used to manage the signing and finalization of PSBTs.
- `keyExpressions` and `scriptExpressions`, which provide functions to create key and standard descriptor expressions (strings) from structured data.
- Hardware wallet integration, which provides support for interacting with hardware wallets such as Ledger devices.

### Output class
Expand Down

0 comments on commit 0a83177

Please sign in to comment.