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

#include <chain_parameters.hpp>

Public Attributes

uint32_t max_custom_authority_lifetime_seconds = GRAPHENE_DEFAULT_MAX_CUSTOM_AUTHORITY_LIFETIME_SECONDS
 
uint32_t max_custom_authorities_per_account = GRAPHENE_DEFAULT_MAX_CUSTOM_AUTHORITIES_PER_ACCOUNT
 
uint32_t max_custom_authorities_per_account_op = GRAPHENE_DEFAULT_MAX_CUSTOM_AUTHORITIES_PER_ACCOUNT_OP
 
uint32_t max_custom_authority_restrictions = GRAPHENE_DEFAULT_MAX_CUSTOM_AUTHORITY_RESTRICTIONS
 

Detailed Description

Definition at line 38 of file chain_parameters.hpp.

Member Data Documentation

◆ max_custom_authorities_per_account

uint32_t graphene::protocol::custom_authority_options_type::max_custom_authorities_per_account = GRAPHENE_DEFAULT_MAX_CUSTOM_AUTHORITIES_PER_ACCOUNT

Definition at line 41 of file chain_parameters.hpp.

◆ max_custom_authorities_per_account_op

uint32_t graphene::protocol::custom_authority_options_type::max_custom_authorities_per_account_op = GRAPHENE_DEFAULT_MAX_CUSTOM_AUTHORITIES_PER_ACCOUNT_OP

Definition at line 42 of file chain_parameters.hpp.

◆ max_custom_authority_lifetime_seconds

uint32_t graphene::protocol::custom_authority_options_type::max_custom_authority_lifetime_seconds = GRAPHENE_DEFAULT_MAX_CUSTOM_AUTHORITY_LIFETIME_SECONDS

Definition at line 40 of file chain_parameters.hpp.

◆ max_custom_authority_restrictions

uint32_t graphene::protocol::custom_authority_options_type::max_custom_authority_restrictions = GRAPHENE_DEFAULT_MAX_CUSTOM_AUTHORITY_RESTRICTIONS

Definition at line 43 of file chain_parameters.hpp.


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