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

Functionsยง

pending_txs_unordered ๐Ÿ”’