Skip to main content

Crate fedimint_walletv2_server

Crate fedimint_walletv2_server 

Source

Re-exports§

pub use fedimint_walletv2_common as common;

Modules§

db

Structs§

FederationTx
SpentTxOut
Wallet
WalletInit

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_item step.
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.

Functions§

pending_txs_unordered 🔒