BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <chain_parameters.hpp>
Public Attributes | |
optional< htlc_options > | updatable_htlc_options |
optional< custom_authority_options_type > | custom_authority_options |
optional< uint16_t > | market_fee_network_percent |
optional< uint16_t > | maker_fee_discount_percent |
Definition at line 82 of file chain_parameters.hpp.
optional< custom_authority_options_type > graphene::protocol::chain_parameters::ext::custom_authority_options |
Definition at line 85 of file chain_parameters.hpp.
optional< uint16_t > graphene::protocol::chain_parameters::ext::maker_fee_discount_percent |
Definition at line 87 of file chain_parameters.hpp.
optional< uint16_t > graphene::protocol::chain_parameters::ext::market_fee_network_percent |
Definition at line 86 of file chain_parameters.hpp.
optional< htlc_options > graphene::protocol::chain_parameters::ext::updatable_htlc_options |
Definition at line 84 of file chain_parameters.hpp.