Module psbt::sign[][src]

Expand description

Interfaces for signing PSBTs with key sign providers

Structs

Provider of signing keys which uses memory storage for extended account-specific private keys.

Account-specific extended private key, kept in memory with information about account path derivation from the master key.

Errors happening during whole PSBT signing process

Enums

Errors returned by secret providers (see SecretProvider)

Errors happening during PSBT input signing process

Traits

Structures extended private keys after their corresponding ids (“account ids”) and performs derivation to produce corresponding public keys under a given account

Extension trait for signing complete PSBT

Extension trait for PSBT input signing