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

#include <scorum_virtual_operations.hpp>

Inheritance diagram for scorum::protocol::expired_contract_refund_operation:
scorum::protocol::virtual_operation scorum::protocol::base_operation

Public Member Functions

 expired_contract_refund_operation ()
 
 expired_contract_refund_operation (const std::string &o, const asset &v)
 
- Public Member Functions inherited from scorum::protocol::virtual_operation
bool is_virtual () const
 
void validate () 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

account_name_type owner
 
asset refund = asset(0, SCORUM_SYMBOL)
 

Detailed Description

Definition at line 308 of file scorum_virtual_operations.hpp.

Constructor & Destructor Documentation

◆ expired_contract_refund_operation() [1/2]

scorum::protocol::expired_contract_refund_operation::expired_contract_refund_operation ( )
inline

Definition at line 310 of file scorum_virtual_operations.hpp.

◆ expired_contract_refund_operation() [2/2]

scorum::protocol::expired_contract_refund_operation::expired_contract_refund_operation ( const std::string &  o,
const asset v 
)
inline

Definition at line 313 of file scorum_virtual_operations.hpp.

Member Data Documentation

◆ owner

account_name_type scorum::protocol::expired_contract_refund_operation::owner

Definition at line 319 of file scorum_virtual_operations.hpp.

◆ refund

asset scorum::protocol::expired_contract_refund_operation::refund = asset(0, SCORUM_SYMBOL)

Definition at line 320 of file scorum_virtual_operations.hpp.


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