#include "add_asset_quantity.hpp"


Public Member Functions | |
| bool | operator== (const Command &command) const override |
| AddAssetQuantity () | |
| AddAssetQuantity (const std::string &asset_id, const std::string &amount) | |
Public Member Functions inherited from iroha::model::Command | |
| virtual | ~Command ()=default |
| virtual bool | operator!= (const Command &rhs) const |
Public Attributes | |
| std::string | asset_id |
| std::string | amount |
Add amount of asset to an account
|
inline |
|
inline |
|
overridevirtual |
Implements iroha::model::Command.
| std::string iroha::model::AddAssetQuantity::amount |
Amount to add to account asset
| std::string iroha::model::AddAssetQuantity::asset_id |
Asset to issue Note: must exist in the system