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

Starts escrow dispute. More...

#include <scorum_operations.hpp>

Inheritance diagram for scorum::protocol::escrow_dispute_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

account_name_type from
 
account_name_type to
 
account_name_type agent
 
account_name_type who
 
uint32_t escrow_id = 30
 

Detailed Description

Starts escrow dispute.

If either the sender or receiver of an escrow payment has an issue, they can raise it for dispute. Once a payment is in dispute, the agent has authority over who gets what.

Definition at line 345 of file scorum_operations.hpp.

Member Function Documentation

◆ get_required_active_authorities()

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

Definition at line 355 of file scorum_operations.hpp.

◆ validate()

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

Definition at line 220 of file scorum_operations.cpp.

Member Data Documentation

◆ agent

account_name_type scorum::protocol::escrow_dispute_operation::agent

Definition at line 349 of file scorum_operations.hpp.

◆ escrow_id

uint32_t scorum::protocol::escrow_dispute_operation::escrow_id = 30

Definition at line 352 of file scorum_operations.hpp.

◆ from

account_name_type scorum::protocol::escrow_dispute_operation::from

Definition at line 347 of file scorum_operations.hpp.

◆ to

account_name_type scorum::protocol::escrow_dispute_operation::to

Definition at line 348 of file scorum_operations.hpp.

◆ who

account_name_type scorum::protocol::escrow_dispute_operation::who

Definition at line 350 of file scorum_operations.hpp.


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