Available on crate feature
bitcoin
only.Functionsยง
- address_
from_ script - Retrieve an address from the given script.
- coin_
name - Convert a bitcoin network constant to the Trezor-compatible coin_name string.
- convert_
path - Convert a BIP-32 derivation path into a
Vec<u32>
. - from_
rev_ bytes - Get a hash from a reverse byte representation.
- parse_
recoverable_ signature - Parse a Bitcoin Core-style 65-byte recoverable signature.
- psbt_
find_ input - Find the (first if multiple) PSBT input that refers to the given txid.
- to_
rev_ bytes - Get the reverse byte representation of a hash.