#include "create_asset.hpp"


Public Member Functions | |
| bool | operator== (const Command &command) const override |
| CreateAsset () | |
| CreateAsset (const std::string &asset_name, const std::string &domain_id, uint8_t precision) | |
Public Member Functions inherited from iroha::model::Command | |
| virtual | ~Command ()=default |
| virtual bool | operator!= (const Command &rhs) const |
Public Attributes | |
| std::string | asset_name |
| std::string | domain_id |
| uint8_t | precision |
Create new asset in the system
|
inline |
|
inline |
|
overridevirtual |
Implements iroha::model::Command.
| std::string iroha::model::CreateAsset::asset_name |
Asset to create in the system
| std::string iroha::model::CreateAsset::domain_id |
Domain id (full name)
| uint8_t iroha::model::CreateAsset::precision |
Asset precision