#include "asset.hpp"


Public Member Functions | |
| virtual const types::AccountIdType & | assetId () const =0 |
| virtual const types::DomainIdType & | domainId () const =0 |
| virtual types::PrecisionType | precision () const =0 |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< Asset > | |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< Asset > | |
| using | ModelType = Asset |
Representation of valuable goods in the system
|
pure virtual |
Implemented in shared_model::proto::Asset.

|
pure virtual |
Implemented in shared_model::proto::Asset.

|
inlineoverridevirtual |
Checks equality of objects inside
| rhs | - other wrapped value |
Implements shared_model::interface::ModelPrimitive< Asset >.

|
pure virtual |
Implemented in shared_model::proto::Asset.

|
inlineoverridevirtual |
Stringify the data.
Reimplemented from shared_model::interface::ModelPrimitive< Asset >.
