#include "get_account_assets.hpp"
Public Member Functions | |
virtual const types::AccountIdType & | accountId () const =0 |
virtual boost::optional< const interface::AssetPaginationMeta & > | paginationMeta () const =0 |
Get the query pagination metadata. More... | |
std::string | toString () const override |
bool | operator== (const ModelType &rhs) const override |
![]() | |
virtual bool | operator== (const ModelType &rhs) const=0 |
virtual bool | operator!= (const ModelType &rhs) const |
virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
![]() | |
using | ModelType = GetAccountAssets |
Query for get all account's assets and balance
|
pure virtual |
Implemented in shared_model::proto::GetAccountAssets.
|
override |
|
pure virtual |
Get the query pagination metadata.
Implemented in shared_model::proto::GetAccountAssets.
|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< GetAccountAssets >.