CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::model | |
catapult::validators | |
catapult::chain | |
Typedefs | |
using | catapult::chain::FailedTransactionSink = consumer< const model::Transaction &, const Hash256 &, validators::ValidationResult > |
Indicates a transaction with the specified hash failed validation. More... | |
using | catapult::chain::KnownHashPredicate = predicate< Timestamp, const Hash256 & > |
Predicate for determining if a hash is known. More... | |
using | catapult::chain::TimeSupplier = supplier< Timestamp > |
Supplies a timestamp. More... | |