Scorum
Public Member Functions | Public Attributes | List of all members
scorum::protocol::close_budget_operation Struct Reference

Closes advertising budget, remaining funds will be returned to creator. More...

#include <scorum_operations.hpp>

Inheritance diagram for scorum::protocol::close_budget_operation:
scorum::protocol::base_operation

Public Member Functions

void validate () const
 
void get_required_active_authorities (flat_set< account_name_type > &a) const
 
- Public Member Functions inherited from scorum::protocol::base_operation
void get_required_authorities (std::vector< authority > &) const
 
void get_required_active_authorities (flat_set< account_name_type > &) const
 
void get_required_posting_authorities (flat_set< account_name_type > &) const
 
void get_required_owner_authorities (flat_set< account_name_type > &) const
 
bool is_virtual () const
 
void validate () const
 

Public Attributes

budget_type type = budget_type::post
 
uuid_type uuid = boost::uuids::nil_uuid()
 
account_name_type owner
 

Detailed Description

Closes advertising budget, remaining funds will be returned to creator.

Definition at line 809 of file scorum_operations.hpp.

Member Function Documentation

◆ get_required_active_authorities()

void scorum::protocol::close_budget_operation::get_required_active_authorities ( flat_set< account_name_type > &  a) const
inline

Definition at line 817 of file scorum_operations.hpp.

◆ validate()

void scorum::protocol::close_budget_operation::validate ( ) const

Definition at line 307 of file scorum_operations.cpp.

Member Data Documentation

◆ owner

account_name_type scorum::protocol::close_budget_operation::owner

Definition at line 814 of file scorum_operations.hpp.

◆ type

budget_type scorum::protocol::close_budget_operation::type = budget_type::post

Definition at line 811 of file scorum_operations.hpp.

◆ uuid

uuid_type scorum::protocol::close_budget_operation::uuid = boost::uuids::nil_uuid()

Definition at line 813 of file scorum_operations.hpp.


The documentation for this struct was generated from the following files: