pub type IndexedAccountStream<St> = IndexedStream<AccountEventIndexer, St>;Aliased Type§
pub struct IndexedAccountStream<St> {
pub stream: St,
pub indexer: AccountEventIndexer,
}Fields§
§stream: St§indexer: AccountEventIndexerpub type IndexedAccountStream<St> = IndexedStream<AccountEventIndexer, St>;pub struct IndexedAccountStream<St> {
pub stream: St,
pub indexer: AccountEventIndexer,
}stream: St§indexer: AccountEventIndexer