28 namespace graphene {
namespace chain {
void_result do_evaluate(const operation_type &op) const
Delete an existing withdrawal permissionThis operation cancels a withdrawal permission, thus preventing any future withdrawals using that permission.
Withdraw from an account which has published a withdrawal permissionThis operation is used to withdra...
object_id_type do_apply(const operation_type &op) const
Update an existing withdraw permissionThis oeration is used to update the settings for an existing wi...
Create a new withdrawal permissionThis operation creates a withdrawal permission, which allows some a...