Re-exportsยง
pub use fedimint_walletv2_common as common;
Modulesยง
Structsยง
Constantsยง
- CONFIRMATION_
FINALITY_ DELAY - Number of confirmations required for a transaction to be considered as final by the federation. The block that mines the transaction does not count towards the number of confirmations.
- MAX_
BLOCK_ ๐COUNT_ INCREMENT - Maximum number of blocks the consensus block count can advance in a single
consensus item to limit the work done in one
process_consensus_itemstep. - MIN_
FEERATE_ ๐VOTE_ SATS_ PER_ KVB - Minimum fee rate vote of 1 sat/vB to ensure we never propose a fee rate below what Bitcoin Core will relay.
- TEST_
MAX_ ๐BLOCK_ COUNT_ INCREMENT - Devimint tests can mine many regtest blocks at once, so use a larger cap in test environments to avoid waiting on several consensus sessions.