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:
SilentPaymentSender– builder that validates inputs and produces output scriptsSilentPaymentOutput– a derived P2TR output ready for inclusion in a transactionSendError– comprehensive error enum for all send failure modes
Re-exports§
pub use error::SendError;pub use output::SilentPaymentOutput;pub use sender::SilentPaymentSender;