pub type KeychainTxGraph = IndexedTxGraph<ConfirmationBlockTime, KeychainTxOutIndex<Keychain>>;Expand description
Alias for a IndexedTxGraph with specific Anchor and Indexer.
Aliased Type§
struct KeychainTxGraph {
pub index: KeychainTxOutIndex<Keychain>,
/* private fields */
}Fields§
§index: KeychainTxOutIndex<Keychain>Transaction index.