Module traits

Module traits 

Source
Expand description

Traits for interfacing a wallet with the sync engine

Traitsยง

SyncBlocks
Trait for interfacing crate::wallet::WalletBlocks with wallet data
SyncNullifiers
Trait for interfacing nullifiers with wallet data
SyncOutPoints
Trait for interfacing outpoints with wallet data
SyncShardTrees
Trait for interfacing shard tree data with wallet data
SyncTransactions
Trait for interfacing crate::wallet::WalletTransactions with wallet data
SyncWallet
Trait for interfacing wallet with the sync engine.