dsteem
    Preparing search index...

    Interface ChainProperties

    Chain roperties that are decided by the witnesses.

    interface ChainProperties {
        account_creation_fee: string | Asset;
        maximum_block_size: number;
        sbd_interest_rate: number;
    }
    Index

    Properties

    account_creation_fee: string | Asset

    This fee, paid in STEEM, 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.

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

    maximum_block_size: number

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

    sbd_interest_rate: number

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