Scorum
|
#include <scorum_virtual_operations.hpp>
Public Member Functions | |
bets_matched_operation ()=default | |
bets_matched_operation (account_name_type better1, account_name_type better2, uuid_type bet1_uuid, uuid_type bet2_uuid, asset matched_stake1, asset matched_stake2, int64_t matched_bet_id) | |
![]() | |
bool | is_virtual () const |
void | validate () const |
![]() | |
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 | better1 |
account_name_type | better2 |
uuid_type | bet1_uuid |
uuid_type | bet2_uuid |
asset | matched_stake1 = asset(0, SCORUM_SYMBOL) |
asset | matched_stake2 = asset(0, SCORUM_SYMBOL) |
int64_t | matched_bet_id = -1 |
Definition at line 397 of file scorum_virtual_operations.hpp.
|
default |
|
inline |
Definition at line 400 of file scorum_virtual_operations.hpp.
uuid_type scorum::protocol::bets_matched_operation::bet1_uuid |
Definition at line 419 of file scorum_virtual_operations.hpp.
uuid_type scorum::protocol::bets_matched_operation::bet2_uuid |
Definition at line 420 of file scorum_virtual_operations.hpp.
account_name_type scorum::protocol::bets_matched_operation::better1 |
Definition at line 417 of file scorum_virtual_operations.hpp.
account_name_type scorum::protocol::bets_matched_operation::better2 |
Definition at line 418 of file scorum_virtual_operations.hpp.
int64_t scorum::protocol::bets_matched_operation::matched_bet_id = -1 |
Definition at line 423 of file scorum_virtual_operations.hpp.
asset scorum::protocol::bets_matched_operation::matched_stake1 = asset(0, SCORUM_SYMBOL) |
Definition at line 421 of file scorum_virtual_operations.hpp.
asset scorum::protocol::bets_matched_operation::matched_stake2 = asset(0, SCORUM_SYMBOL) |
Definition at line 422 of file scorum_virtual_operations.hpp.