Scorum
|
#include <scorumpower_delegation.hpp>
Public Member Functions | |
virtual const scorumpower_delegation_object & | get (const account_name_type &delegator, const account_name_type &delegatee) const =0 |
virtual bool | is_exists (const account_name_type &delegator, const account_name_type &delegatee) const =0 |
virtual const scorumpower_delegation_expiration_object & | create_expiration (const account_name_type &delegator, const asset &scorumpower, const time_point_sec &expiration)=0 |
![]() | |
virtual | ~base_service_i () |
virtual const object_type & | create (const modifier_type &modifier)=0 |
virtual void | update (const modifier_type &modifier)=0 |
virtual void | update (const object_type &o, const modifier_type &modifier)=0 |
virtual void | remove ()=0 |
virtual void | remove (const object_type &o)=0 |
virtual void | remove_all (const std::vector< object_cref_type > &os)=0 |
virtual bool | is_exists () const=0 |
virtual const object_type & | get () const=0 |
Additional Inherited Members | |
![]() | |
using | object_type = scorumpower_delegation_object |
using | modifier_type = std::function< void(object_type &)> |
using | call_type = std::function< void(const object_type &)> |
using | object_cref_type = std::reference_wrapper< const object_type > |
Definition at line 12 of file scorumpower_delegation.hpp.
|
pure virtual |
Implemented in scorum::chain::dbs_scorumpower_delegation.
|
pure virtual |
Implemented in scorum::chain::dbs_scorumpower_delegation.
|
pure virtual |
Implemented in scorum::chain::dbs_scorumpower_delegation.