Module send

Module send 

Source
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
v1v1
Send BIP 78 Payjoin v1
v2v2
Send BIP 77 Payjoin v2

Structs§

BuildSenderError
Error building a Sender from a SenderBuilder.
PsbtContext
Data required to validate the response against the original PSBT.
ValidationError
Error that may occur when the response from receiver is malformed.
WellKnownError
A well-known error that can be safely displayed to end users.

Enums§

ResponseError
Represent an error returned by Payjoin receiver.