Skip to main content

Crate silent_payments_send

Crate silent_payments_send 

Source
Expand description

§silent-payments-send

BIP 352 Silent Payments sending: builder-style API for constructing Silent Payment outputs with automatic input eligibility checks, SIGHASH_ALL enforcement, and change output generation.

Implements the sender role from BIP 352:

Re-exports§

pub use error::SendError;
pub use output::SilentPaymentOutput;
pub use sender::SilentPaymentSender;

Modules§

error
Error types for Silent Payments sending operations.
output
The output type produced by Silent Payment send operations.
sender
Builder-style API for constructing BIP 352 Silent Payment outputs.