BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <account.hpp>
Public Attributes | |
uint64_t | basic_fee = 5*GRAPHENE_BLOCKCHAIN_PRECISION |
the cost to register the cheapest non-free account More... | |
uint64_t | premium_fee = 2000*GRAPHENE_BLOCKCHAIN_PRECISION |
the cost to register the cheapest non-free account More... | |
uint32_t | price_per_kbyte = GRAPHENE_BLOCKCHAIN_PRECISION |
Definition at line 91 of file account.hpp.
uint64_t graphene::protocol::account_create_operation::fee_params_t::basic_fee = 5*GRAPHENE_BLOCKCHAIN_PRECISION |
the cost to register the cheapest non-free account
Definition at line 93 of file account.hpp.
uint64_t graphene::protocol::account_create_operation::fee_params_t::premium_fee = 2000*GRAPHENE_BLOCKCHAIN_PRECISION |
the cost to register the cheapest non-free account
Definition at line 94 of file account.hpp.
uint32_t graphene::protocol::account_create_operation::fee_params_t::price_per_kbyte = GRAPHENE_BLOCKCHAIN_PRECISION |
Definition at line 95 of file account.hpp.