Available on crate feature
_core only.Expand description
Send Payjoin
This module contains types and methods used to implement sending via Payjoin.
For most use cases, we recommended enabling the v2 feature, as it is
backwards compatible and provides the most convenient experience for users and implementers.
To use version 2, refer to send::v2 module documentation.
If you specifically need to use
version 1, refer to the send::v1 module documentation after enabling the v1 feature.
Modules§
- multiparty
_multiparty - v1
v1 - Send BIP 78 Payjoin v1
- v2
v2 - Send BIP 77 Payjoin v2
Structs§
- Build
Sender Error - Error building a Sender from a SenderBuilder.
- Psbt
Context - Data required to validate the response against the original PSBT.
- Validation
Error - Error that may occur when the response from receiver is malformed.
- Well
Known Error - A well-known error that can be safely displayed to end users.
Enums§
- Response
Error - Represent an error returned by Payjoin receiver.