initSidebarItems({"mod":[["chain","Tools for blockchain validation & scanning"],["error","Types for wallet error handling."],["testing",""],["wallet","Functions for scanning the chain and extracting relevant information."]],"struct":[["PrunedBlock","The subset of information that is relevant to this wallet that has been decrypted and extracted from a [CompactBlock]."],["ReceivedTransaction","A transaction that was detected during scanning of the blockchain, including its decrypted Sapling outputs."],["SentTransaction","A transaction that was constructed and sent by the wallet."]],"trait":[["BlockSource","This trait provides sequential access to raw blockchain data via a callback-oriented API."],["WalletRead","Read-only operations required for light wallet functions."],["WalletWrite","This trait encapsulates the write capabilities required to update stored wallet data."]]});