CatapultServer  v0.5.0.1 (Elephant)
catapult::chain::UtUpdater::ThrottleContext Struct Reference

Contextual information passed to throttle. More...

Collaboration diagram for catapult::chain::UtUpdater::ThrottleContext:

Public Attributes

UtUpdater::TransactionSource TransactionSource
 Transaction source. More...
 
Height CacheHeight
 Cache height. More...
 
const cache::ReadOnlyCatapultCacheUnconfirmedCatapultCache
 Unconfirmed catapult cache. More...
 
const cache::UtCacheModifierProxyTransactionsCache
 Unconfirmed transactions cache. More...
 

Detailed Description

Contextual information passed to throttle.

Member Data Documentation

◆ CacheHeight

Height catapult::chain::UtUpdater::ThrottleContext::CacheHeight

Cache height.

◆ TransactionsCache

const cache::UtCacheModifierProxy& catapult::chain::UtUpdater::ThrottleContext::TransactionsCache

Unconfirmed transactions cache.

◆ TransactionSource

UtUpdater::TransactionSource catapult::chain::UtUpdater::ThrottleContext::TransactionSource

Transaction source.

◆ UnconfirmedCatapultCache

const cache::ReadOnlyCatapultCache& catapult::chain::UtUpdater::ThrottleContext::UnconfirmedCatapultCache

Unconfirmed catapult cache.


The documentation for this struct was generated from the following file: