Interface ChainProperties

Chain roperties that are decided by the witnesses.

Hierarchy

  • ChainProperties

Properties

account_creation_fee: string | Asset

This fee, paid in HIVE, is converted into VESTING SHARES for the new account. Accounts without vesting shares cannot earn usage rations and therefore are powerless. This minimum fee requires all accounts to have some kind of commitment to the network that includes the ability to vote and make transactions.

Note

This has to be multiplied by STEEMIT ? CREATE_ACCOUNT_WITH_HIVE_MODIFIER (defined as 30 on the main chain) to get the minimum fee needed to create an account.

hbd_interest_rate: number

The HBD interest percentage rate decided by witnesses, expressed 0 to 10000.

maximum_block_size: number

This witnesses vote for the maximum_block_size which is used by the network to tune rate limiting and capacity.

Generated using TypeDoc