#include <primitive.pb.h>#include <boost/bimap.hpp>#include <unordered_map>#include "commands.pb.h"#include "model/commands/add_asset_quantity.hpp"#include "model/commands/add_peer.hpp"#include "model/commands/add_signatory.hpp"#include "model/commands/append_role.hpp"#include "model/commands/create_account.hpp"#include "model/commands/create_asset.hpp"#include "model/commands/create_domain.hpp"#include "model/commands/create_role.hpp"#include "model/commands/detach_role.hpp"#include "model/commands/grant_permission.hpp"#include "model/commands/remove_signatory.hpp"#include "model/commands/revoke_permission.hpp"#include "model/commands/set_account_detail.hpp"#include "model/commands/set_quorum.hpp"#include "model/commands/subtract_asset_quantity.hpp"#include "model/commands/transfer_asset.hpp"#include "model/permissions.hpp"

Go to the source code of this file.
Classes | |
| class | iroha::model::converters::PbCommandFactory |
Namespaces | |
| iroha | |
| iroha::model | |
| iroha::model::converters | |