#include "account.hpp"


Public Member Functions | |
| virtual const types::AccountIdType & | accountId () const =0 |
| virtual const types::DomainIdType & | domainId () const =0 |
| virtual types::QuorumType | quorum () const =0 |
| virtual const types::JsonType & | jsonData () const =0 |
| std::string | toString () const override |
| bool | operator== (const Account &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< Account > | |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< Account > | |
| using | ModelType = Account |
User identity information in the system
|
pure virtual |
Implemented in shared_model::proto::Account, and shared_model::plain::Account.

|
pure virtual |
Implemented in shared_model::proto::Account, and shared_model::plain::Account.

|
pure virtual |
Implemented in shared_model::proto::Account, and shared_model::plain::Account.

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

|
pure virtual |
Implemented in shared_model::proto::Account, and shared_model::plain::Account.

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