CatapultServer  v0.5.0.1 (Elephant)
TransactionElementParser.h File Reference
Include dependency graph for TransactionElementParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::ionet
 
 catapult::parsers
 

Functions

bool catapult::parsers::TryParseTransactionElements (const ionet::Packet &packet, const predicate< const model::Transaction & > &isValid, std::vector< model::TransactionElement > &elements)
 Tries to parse transaction elements out of packet and into elements with a validity check (isValid). More...