Claim a balance in a graphene::chain::balance_object.
More...
#include <balance.hpp>
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.
account_id_type graphene::protocol::balance_claim_operation::fee_payer |
( |
| ) |
const |
|
inline |
void graphene::protocol::balance_claim_operation::get_required_authorities |
( |
vector< authority > & |
a | ) |
const |
|
inline |
void graphene::protocol::balance_claim_operation::validate |
( |
| ) |
const |
public_key_type graphene::protocol::balance_claim_operation::balance_owner_key |
balance_id_type graphene::protocol::balance_claim_operation::balance_to_claim |
account_id_type graphene::protocol::balance_claim_operation::deposit_to_account |
asset graphene::protocol::balance_claim_operation::fee |
asset graphene::protocol::balance_claim_operation::total_claimed |
The documentation for this struct was generated from the following files: