Expand description
Objects for configuring the node.
Structs§
- Anchor
Channels Config - Configuration options pertaining to ‘Anchor’ channels, i.e., channels for which the
option_anchors_zero_fee_htlc_txchannel type is negotiated. - Background
Sync Config - Options related to background syncing the Lightning and on-chain wallets.
- Channel
Config - Options which apply on a per-channel basis and may change at runtime or based on negotiation with our counterparty.
- Config
- Represents the configuration of an
Nodeinstance. - Electrum
Sync Config - Configuration for syncing with an Electrum backend.
- Esplora
Sync Config - Configuration for syncing with an Esplora backend.
Enums§
- MaxDustHTLC
Exposure - Options for how to set the max dust exposure allowed on a channel.
Constants§
- DEFAULT_
LOG_ FILENAME - The default log file name.
- DEFAULT_
LOG_ LEVEL - The default log level.
- DEFAULT_
STORAGE_ DIR_ PATH - The default storage directory.
- WALLET_
KEYS_ SEED_ LEN - The length in bytes of our wallets’ keys seed.
Functions§
- default_
config - Returns a
Configobject populated with default values.