Re-exports§
pub use constructor::Beneficiary;
pub use constructor::BeneficiaryParseError;
pub use constructor::ConstructionError;
pub use constructor::Payment;
pub use constructor::PsbtConstructor;
pub use constructor::PsbtMeta;
pub use constructor::TxParams;
pub use constructor::Utxo;
Modules§
Structs§
- Structure representing data on unsigned transaction the way it is stored in PSBTv1 global key.
Enums§
- TODO #44: Split PsbtError into a specific error types
Traits§
- Trait which should be implemented by all signers.