Structs§
- CbfBuilder
- Build a BIP 157/158 light client to fetch transactions for a
Wallet. - CbfClient
- A
CbfClienthandles wallet updates from aCbfNode. - CbfComponents
- Receive a
CbfClientandCbfNode. - CbfNode
- A
CbfNodegathers transactions for aWallet. To receiveUpdateforWallet, refer to theCbfClient. TheCbfNodewill run until instructed to stop. - IpAddress
- An IP address to connect to over TCP.
- Peer
- A peer to connect to over the Bitcoin peer-to-peer network.
- Socks5
Proxy - A proxy to route network traffic, most likely through a Tor daemon. Normally this proxy is exposed at 127.0.0.1:9050.
Enums§
- Info
- A log message from the node.
- Recovery
Point - Scan
Type - Sync a wallet from the last known block hash or recover a wallet from a specified recovery point.
- Warning
- Warnings a node may issue while running.