Module address_funds

Module address_funds 

Source

Re-exports§

pub use fee_strategy::*;

Modules§

fee_strategy

Structs§

AddressWitnessVerificationOperations
Operations performed during address witness verification.
OrchardAddress
An Orchard shielded payment address.
PlatformAddressParseError
Error type for parsing a bech32m-encoded Platform address

Enums§

AddressWitness
The input witness data required to spend from a PlatformAddress.
PlatformAddress

Constants§

ADDRESS_HASH_SIZE
The size of the address hash (20 bytes for both P2PKH and P2SH)
MAX_P2SH_SIGNATURES
Maximum number of entries in a P2SH signatures vector. This is 16 (max keys from OP_PUSHNUM_16) + 1 (CHECKMULTISIG dummy byte).
ORCHARD_ADDRESS_SIZE
Total size of a raw Orchard payment address (43 bytes = diversifier + pk_d).
ORCHARD_DIVERSIFIER_SIZE
Size of the Orchard diversifier (11 bytes).
ORCHARD_PKD_SIZE
Size of the Orchard diversified transmission key pk_d (32 bytes, Pallas curve point).
PLATFORM_HRP_MAINNET
Human-readable part for Platform addresses on mainnet (DIP-0018)
PLATFORM_HRP_TESTNET
Human-readable part for Platform addresses on testnet/devnet/regtest (DIP-0018)