#include "remove_signatory.hpp"


Public Member Functions | |
| virtual const types::AccountIdType & | accountId () const =0 |
| virtual const std::string & | pubkey () const =0 |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< RemoveSignatory > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< RemoveSignatory > | |
| using | ModelType = RemoveSignatory |
Remove signatory from the account
|
pure virtual |
Implemented in shared_model::proto::RemoveSignatory.

|
override |

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

|
overridevirtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< RemoveSignatory >.
