BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::protocol::account_upgrade_operation::fee_params_t Struct Reference

#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...
 

Detailed Description

Definition at line 237 of file account.hpp.

Member Data Documentation

◆ membership_annual_fee

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.

◆ membership_lifetime_fee

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.


The documentation for this struct was generated from the following file: