Crate revault_tx[][src]

Revault_tx

Revault-specific Bitcoin scripts and transactions routines.

Re-exports

pub use miniscript;
pub use miniscript::bitcoin;
pub use error::Error;

Modules

error

Errors related to Revault transactions and Scripts management

scripts

Revault scripts

transactions

Revault transactions

txins

Revault txins Wrappers around bitcoin’s OutPoint and previous TxOut to statically check Revault transaction creation and ease PSBT management.

txouts

Revault txouts Wrappers around bitcoin’s TxOut to statically check Revault transactions creation and ease their PSBT management.