BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Claim a balance in a graphene::chain::balance_object. More...
#include <balance.hpp>
Classes | |
struct | fee_params_t |
Public Member Functions | |
account_id_type | fee_payer () const |
share_type | calculate_fee (const fee_params_t &) const |
void | validate () const |
void | get_required_authorities (vector< authority > &a) const |
Public Member Functions inherited from graphene::protocol::base_operation | |
virtual | ~base_operation ()=default |
template<typename T > | |
share_type | calculate_fee (const T ¶ms) const |
virtual void | get_required_active_authorities (flat_set< account_id_type > &) const |
virtual void | get_required_owner_authorities (flat_set< account_id_type > &) const |
fc::optional< fc::future< void > > | validate_parallel (uint32_t skip) const |
Public Attributes | |
asset | fee |
account_id_type | deposit_to_account |
balance_id_type | balance_to_claim |
public_key_type | balance_owner_key |
asset | total_claimed |
Additional Inherited Members | |
Static Public Member Functions inherited from graphene::protocol::base_operation | |
static uint64_t | calculate_data_fee (uint64_t bytes, uint64_t price_per_kbyte) |
Claim a balance in a graphene::chain::balance_object.
This operation is used to claim the balance in a given graphene::chain::balance_object. If the balance object contains a vesting balance, total_claimed must not exceed graphene::chain::balance_object::available at the time of evaluation. If the object contains a non-vesting balance, total_claimed must be the full balance of the object.
Definition at line 40 of file balance.hpp.
|
inline |
Definition at line 51 of file balance.hpp.
|
inline |
Definition at line 50 of file balance.hpp.
|
inlinevirtual |
Reimplemented from graphene::protocol::base_operation.
Definition at line 53 of file balance.hpp.
|
virtual |
Reimplemented from graphene::protocol::base_operation.
Definition at line 46 of file operations.cpp.
public_key_type graphene::protocol::balance_claim_operation::balance_owner_key |
Definition at line 47 of file balance.hpp.
balance_id_type graphene::protocol::balance_claim_operation::balance_to_claim |
Definition at line 46 of file balance.hpp.
account_id_type graphene::protocol::balance_claim_operation::deposit_to_account |
Definition at line 45 of file balance.hpp.
asset graphene::protocol::balance_claim_operation::fee |
Definition at line 44 of file balance.hpp.
asset graphene::protocol::balance_claim_operation::total_claimed |
Definition at line 48 of file balance.hpp.