fedimint-wallet-common 0.11.2

fedimint-wallet-common is a n on-chain bitcoin wallet module. It uses a key-value store and is not a standard HD wallet. (common types)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub const BLOCK_COUNT_ENDPOINT: &str = "block_count";
pub const PEG_OUT_FEES_ENDPOINT: &str = "peg_out_fees";
pub const BLOCK_COUNT_LOCAL_ENDPOINT: &str = "block_count_local";
pub const BITCOIN_KIND_ENDPOINT: &str = "bitcoin_kind";
pub const BITCOIN_RPC_CONFIG_ENDPOINT: &str = "bitcoin_rpc_config";
pub const MODULE_CONSENSUS_VERSION_ENDPOINT: &str = "module_consensus_version";
pub const SUPPORTED_MODULE_CONSENSUS_VERSION_ENDPOINT: &str = "supported_module_consensus_version";
pub const ACTIVATE_CONSENSUS_VERSION_VOTING_ENDPOINT: &str = "activate_consensus_version_voting";
pub const WALLET_SUMMARY_ENDPOINT: &str = "wallet_summary";
pub const UTXO_CONFIRMED_ENDPOINT: &str = "utxo_confirmed";
pub const RECOVERY_COUNT_ENDPOINT: &str = "recovery_count";
pub const RECOVERY_SLICE_ENDPOINT: &str = "recovery_slice";