#include "subtract_asset_quantity.hpp"


Public Member Functions | |
| bool | operator== (const Command &command) const override |
| SubtractAssetQuantity () | |
| SubtractAssetQuantity (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 |
Subtract amount of asset to an account
|
inline |
|
inline |
|
overridevirtual |
Implements iroha::model::Command.
| std::string iroha::model::SubtractAssetQuantity::amount |
Amount to add to account asset
| std::string iroha::model::SubtractAssetQuantity::asset_id |
Asset to issue Note: must exist in the system