Expand description
§silent-payments-receive
BIP 352 Silent Payments receiving: full-block scanning with label support and spend key derivation for detected SP payments.
This crate wraps bdk-sp’s receive primitives with type-safe
silent-payments-core newtypes, explicit error handling, and
SEC-01/03/04 compliance.
§Main types
BlockScanner– scans transactions for SP outputs addressed to the receiverDetectedOutput– a matched output with spend key derivationLabelManager– O(1) per-output label matching for labeled addressesReceiveError– comprehensive error enum for all receive failure modes
Re-exports§
pub use detected::DetectedOutput;pub use error::ReceiveError;pub use label::LabelManager;pub use scanner::BlockScanner;