BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <account.hpp>
Public Attributes | |
uint64_t | membership_annual_fee = 2000 * GRAPHENE_BLOCKCHAIN_PRECISION |
uint64_t | membership_lifetime_fee = 10000 * GRAPHENE_BLOCKCHAIN_PRECISION |
the cost to upgrade to a lifetime member More... | |
Definition at line 237 of file account.hpp.
uint64_t graphene::protocol::account_upgrade_operation::fee_params_t::membership_annual_fee = 2000 * GRAPHENE_BLOCKCHAIN_PRECISION |
Definition at line 238 of file account.hpp.
uint64_t graphene::protocol::account_upgrade_operation::fee_params_t::membership_lifetime_fee = 10000 * GRAPHENE_BLOCKCHAIN_PRECISION |
the cost to upgrade to a lifetime member
Definition at line 239 of file account.hpp.