Crate boltz_client

Source
Expand description

A boltz client for submarine/reverse swaps between Bitcoin, Lightning & Liquid Refer to tests/ folder for usage THIS LIBRARY IS IN EARLY ALPHA. TEST AND REVIEW BEFORE USING IN PRODUCTION.

Modules§

network
swaps
core swap logic
util
utilities (key, preimage, error)

Structs§

Bolt11Invoice
Represents a syntactically and semantically correct lightning BOLT11 invoice.
Keypair
Opaque data structure that holds a keypair consisting of a secret and a public key.
Secp256k1
The secp256k1 engine, used to execute all signature operations.
ZKKeyPair
Opaque data structure that holds a keypair consisting of a secret and a public key.
ZKSecp256k1
The secp256k1 engine, used to execute all signature operations.