This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Daemons: | |
* bitcoin-netd | |
Communicates with the bitcoin P2P network, and maintains a copy of the block chain and pending txns. | |
Has functions for querying the block and txn chain. | |
No private data whatsoever. | |
API: | |
* GetStatus() - Returns current latest block ID and generation number | |
* GetPendingTransactions() - Returns transactions not yet in a block [may have filter fields of some sort] |