Expand description
Blockchain config and params.
Structs§
- Block
Creation Rewards - Block creation reward.
- Block
Limits - Block limits.
- Block
Param Limits - Block limits parameter.
- Blockchain
Config - Blockchain config.
- Blockchain
Config Params - A non-empty dictionary with blockchain config params.
- Catchain
Config - Catchain configuration params.
- Config
Param0 - Configuration account address (in masterchain).
- Config
Param1 - Elector account address (in masterchain).
- Config
Param2 - Minter account address (in masterchain).
- Config
Param3 - Fee collector account address (in masterchain).
- Config
Param4 - DNS root account address (in masterchain).
- Config
Param6 - Mint new price and mint add price (unused).
- Config
Param7 - Target amount of minted extra currencies.
- Config
Param8 - The lowest supported block version and required capabilities.
- Config
Param9 - Params that must be present in config.
- Config
Param10 - Params that have a different set of update requirements.
- Config
Param11 - Config voting setup params.
- Config
Param12 - Known workchain descriptions.
- Config
Param13 - Complaint pricing.
- Config
Param14 - Block creation reward for masterchain and basechain.
- Config
Param15 - Validators election timings.
- Config
Param16 - Range of number of validators.
- Config
Param17 - Validator stake range and factor.
- Config
Param18 - Storage prices for different intervals of time.
- Config
Param20 - Masterchain gas limits and prices.
- Config
Param21 - Base workchain gas limits and prices.
- Config
Param22 - Masterchain block limits.
- Config
Param23 - Base workchain block limits.
- Config
Param24 - Message forwarding prices for masterchain.
- Config
Param25 - Message forwarding prices for base workchain.
- Config
Param28 - Catchain configuration params.
- Config
Param29 - Consensus configuration params.
- Config
Param30 - Delector configuration params.
- Config
Param31 - Fundamental smartcontract addresses.
- Config
Param32 - Previous validator set.
- Config
Param33 - Previous temporary validator set.
- Config
Param34 - Current validator set.
- Config
Param35 - Current temporary validator set.
- Config
Param36 - Next validator set.
- Config
Param37 - Next temporary validator set.
- Config
Proposal Setup - Config proposal setup params.
- Config
Voting Setup - Config voting setup params.
- Consensus
Config - Consensus configuration params.
- Election
Timings - Validators election timings.
- GasLimits
Prices - Gas limits and prices.
- MsgForward
Prices - Message forwarding prices.
- NonEmpty
Dict - Dict wrapper for
ConfigParamWrapperfor parsing non-empty dictionaries. - Param
Identity - Identity wrapper for
ConfigParamWrapper. - Storage
Prices - Storage prices for some interval.
- Validator
Count Params - Range of number of validators.
- Validator
Description - Validator description.
- Validator
Set - Validator set.
- Validator
SetPRNG - Random generator used for validator subset calculation.
- Validator
Stake Params - Validator stake range and factor.
- Workchain
Description - Workchain description.
- Workchain
Format Basic - Basic workchain format description.
- Workchain
Format Extended - Extended workchain format description.
Enums§
- Workchain
Format - Workchain format description.
Traits§
- Config
Param Wrapper - Trait to customize config param representation.
- Known
Config Param - Marker trait which is implemented for known config params.