Enums§
Constants§
Functions§
- create_
message_ signature_ p2wpkh - Sign for segwit inputs
- create_
message_ signature_ taproot - Sign for taproot inputs
- create_
to_ sign - Create the
to_sign
transaction. - create_
to_ spend - Create the
to_spend
transaction. - sign_
full - Signs in the BIP-322 full format from proper Rust types and returns the full transaction.
- sign_
full_ encoded - Signs the BIP-322 full from spec-compliant string encodings.
- sign_
simple - Signs in the BIP-322 simple format from proper Rust types and returns the witness.
- sign_
simple_ encoded - Signs the BIP-322 simple from spec-compliant string encodings.
- tagged_
hash - Create the tagged message hash.
- verify_
full - Verifies the BIP-322 full from proper Rust types.
- verify_
full_ encoded - Verifies the BIP-322 full from spec-compliant string encodings.
- verify_
simple - Verifies the BIP-322 simple from proper Rust types.
- verify_
simple_ encoded - Verifies the BIP-322 simple from spec-compliant string encodings.