

Go to the source code of this file.
Classes | |
| struct | iroha::StateUpdateResult |
Namespaces | |
| shared_model | |
| shared_model::interface | |
| iroha | |
Typedefs | |
| using | iroha::BatchPtr = std::shared_ptr< shared_model::interface::TransactionBatch > |
| using | iroha::ConstPeer = const shared_model::interface::Peer |
| using | iroha::TimeType = shared_model::interface::types::TimestampType |
| using | iroha::TxResponse = std::shared_ptr< shared_model::interface::TransactionResponse > |
| template<typename T > | |
| using | iroha::ConstRefT = const T & |
| using | iroha::ConstRefBatch = ConstRefT< BatchPtr > |
| using | iroha::ConstRefPeer = ConstRefT< shared_model::interface::Peer > |
| using | iroha::ConstRefTime = ConstRefT< TimeType > |
| using | iroha::ConstRefState = ConstRefT< MstState > |
| using | iroha::DataType = BatchPtr |