Skip to main content

Module address_funds

Module address_funds 

Source

Re-exports§

pub use fee_strategy::*;

Modules§

fee_strategy
serde_helpers
Field-level serde helpers for address-based transition fields.

Structs§

AddressWitnessVerificationOperations
Operations performed during address witness verification.
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).
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)