BitShares-Core
5.1.0
BitShares blockchain implementation and command-line interface software
|
used to transfer accumulated fees back to the issuer's balance. More...
#include <asset_ops.hpp>
Classes | |
struct | additional_options_type |
struct | fee_parameters_type |
Public Member Functions | |
account_id_type | fee_payer () const |
void | validate () const |
![]() | |
template<typename T > | |
share_type | calculate_fee (const T ¶ms) const |
void | get_required_authorities (vector< authority > &) const |
void | get_required_active_authorities (flat_set< account_id_type > &) const |
void | get_required_owner_authorities (flat_set< account_id_type > &) const |
void | validate () const |
fc::optional< fc::future< void > > | validate_parallel (uint32_t skip) const |
Public Attributes | |
asset | fee |
account_id_type | issuer |
must match issuer of asset from which we claim fees More... | |
asset | amount_to_claim |
extension< additional_options_type > | extensions |
Additional Inherited Members | |
![]() | |
static uint64_t | calculate_data_fee (uint64_t bytes, uint64_t price_per_kbyte) |
used to transfer accumulated fees back to the issuer's balance.
Definition at line 483 of file asset_ops.hpp.
|
inline |
Definition at line 505 of file asset_ops.hpp.
void graphene::protocol::asset_claim_fees_operation::validate | ( | ) | const |
Definition at line 325 of file asset_ops.cpp.
asset graphene::protocol::asset_claim_fees_operation::amount_to_claim |
Definition at line 501 of file asset_ops.hpp.
extension<additional_options_type> graphene::protocol::asset_claim_fees_operation::extensions |
Definition at line 503 of file asset_ops.hpp.
asset graphene::protocol::asset_claim_fees_operation::fee |
Definition at line 499 of file asset_ops.hpp.
account_id_type graphene::protocol::asset_claim_fees_operation::issuer |
must match issuer of asset from which we claim fees
Definition at line 500 of file asset_ops.hpp.