Taquito TypeDocs
    Preparing search index...

    Interface ConstantsResponseProto019

    interface ConstantsResponseProto019 {
        adaptive_issuance_activation_vote_enable: boolean;
        adaptive_issuance_launch_ema_threshold: number;
        adaptive_rewards_params: {
            center_dz: { denominator: string; numerator: string };
            growth_rate: { denominator: string; numerator: string };
            issuance_ratio_max: { denominator: string; numerator: string };
            issuance_ratio_min: { denominator: string; numerator: string };
            max_bonus: string;
            radius_dz: { denominator: string; numerator: string };
        };
        autostaking_enable: boolean;
        blocks_per_commitment: number;
        blocks_per_cycle: number;
        blocks_per_stake_snapshot?: number;
        cache_layout_size?: number;
        cache_sampler_state_cycles?: number;
        cache_script_size?: number;
        cache_stake_distribution_cycles?: number;
        consensus_committee_size?: number;
        consensus_threshold?: number;
        cost_per_byte: BigNumber;
        cycles_per_voting_period?: number;
        dal_parametric?: DalParametric;
        delay_increment_per_round?: BigNumber;
        edge_of_staking_over_delegation: number;
        global_limit_of_staking_over_baking: number;
        hard_gas_limit_per_block: BigNumber;
        hard_gas_limit_per_operation: BigNumber;
        hard_storage_limit_per_operation: BigNumber;
        initial_seed?: string;
        issuance_weights: {
            attesting_reward_weight: number;
            baking_reward_bonus_weight: number;
            baking_reward_fixed_portion_weight: number;
            base_total_issued_per_minute: string;
            liquidity_baking_subsidy_weight: number;
            seed_nonce_revelation_tip_weight: number;
            vdf_revelation_tip_weight: number;
        };
        limit_of_delegation_over_baking: number;
        liquidity_baking_toggle_ema_threshold?: number;
        max_allowed_global_constants_depth?: number;
        max_anon_ops_per_block?: number;
        max_micheline_bytes_limit?: number;
        max_micheline_node_count?: number;
        max_operation_data_length: number;
        max_operations_time_to_live?: number;
        max_proposals_per_delegate?: number;
        max_slashing_period?: number;
        michelson_maximum_type_size: number;
        min_proposal_quorum?: number;
        minimal_block_delay?: BigNumber;
        minimal_frozen_stake: string;
        minimal_participation_ratio?: Ratio;
        minimal_stake: BigNumber;
        nonce_length: number;
        nonce_revelation_threshold?: number;
        origination_size?: number;
        percentage_of_frozen_deposits_slashed_per_double_attestation: number;
        percentage_of_frozen_deposits_slashed_per_double_baking: number;
        preserved_cycles: number;
        proof_of_work_nonce_size: number;
        proof_of_work_threshold: BigNumber;
        quorum_max?: number;
        quorum_min?: number;
        smart_rollup_arith_pvm_enable: boolean;
        smart_rollup_challenge_window_in_blocks: number;
        smart_rollup_commitment_period_in_blocks: number;
        smart_rollup_max_active_outbox_levels: number;
        smart_rollup_max_lookahead_in_blocks: number;
        smart_rollup_max_number_of_cemented_commitments: number;
        smart_rollup_max_number_of_messages_per_level: string;
        smart_rollup_max_number_of_parallel_games: number;
        smart_rollup_max_outbox_messages_per_level: number;
        smart_rollup_max_wrapped_proof_binary_size: number;
        smart_rollup_message_size_limit: number;
        smart_rollup_number_of_sections_in_dissection: number;
        smart_rollup_origination_size: number;
        smart_rollup_private_enable: boolean;
        smart_rollup_reveal_activation_level: {
            dal_page: number;
            dal_parameters: number;
            metadata: number;
            raw_data: { Blake2B: number };
        };
        smart_rollup_riscv_pvm_enable: boolean;
        smart_rollup_stake_amount: string;
        smart_rollup_timeout_period_in_blocks: number;
        testnet_dictator?: string;
        vdf_difficulty?: BigNumber;
        zk_rollup_enable: number;
        zk_rollup_max_ticket_payload_size: number;
        zk_rollup_min_pending_to_process: number;
        zk_rollup_origination_size: number;
    }

    Hierarchy

    • Omit<
          ConstantsResponseProto017,
          | "baking_reward_bonus_per_slot"
          | "baking_reward_fixed_portion"
          | "double_baking_punishment"
          | "endorsing_reward_per_slot"
          | "frozen_deposits_percentage"
          | "liquidity_baking_subsidy"
          | "ratio_of_frozen_deposits_slashed_per_double_endorsement"
          | "seed_nonce_revelation_tip"
          | "smart_rollup_enable"
          | "tx_rollup_commitment_bond"
          | "tx_rollup_cost_per_byte_ema_factor"
          | "tx_rollup_enable"
          | "tx_rollup_finality_period"
          | "tx_rollup_hard_size_limit_per_inbox"
          | "tx_rollup_hard_size_limit_per_message"
          | "tx_rollup_max_commitments_count"
          | "tx_rollup_max_inboxes_count"
          | "tx_rollup_max_messages_per_inbox"
          | "tx_rollup_max_ticket_payload_size"
          | "tx_rollup_max_withdrawals_per_batch"
          | "tx_rollup_origination_size"
          | "tx_rollup_rejection_max_proof_size"
          | "tx_rollup_sunset_level"
          | "tx_rollup_withdraw_period",
      >
      • ConstantsResponseProto019
    Index

    Properties

    adaptive_issuance_activation_vote_enable adaptive_issuance_launch_ema_threshold adaptive_rewards_params autostaking_enable blocks_per_commitment blocks_per_cycle blocks_per_stake_snapshot? cache_layout_size? cache_sampler_state_cycles? cache_script_size? cache_stake_distribution_cycles? consensus_committee_size? consensus_threshold? cost_per_byte cycles_per_voting_period? dal_parametric? delay_increment_per_round? edge_of_staking_over_delegation global_limit_of_staking_over_baking hard_gas_limit_per_block hard_gas_limit_per_operation hard_storage_limit_per_operation initial_seed? issuance_weights limit_of_delegation_over_baking liquidity_baking_toggle_ema_threshold? max_allowed_global_constants_depth? max_anon_ops_per_block? max_micheline_bytes_limit? max_micheline_node_count? max_operation_data_length max_operations_time_to_live? max_proposals_per_delegate? max_slashing_period? michelson_maximum_type_size min_proposal_quorum? minimal_block_delay? minimal_frozen_stake minimal_participation_ratio? minimal_stake nonce_length nonce_revelation_threshold? origination_size? percentage_of_frozen_deposits_slashed_per_double_attestation percentage_of_frozen_deposits_slashed_per_double_baking preserved_cycles proof_of_work_nonce_size proof_of_work_threshold quorum_max? quorum_min? smart_rollup_arith_pvm_enable smart_rollup_challenge_window_in_blocks smart_rollup_commitment_period_in_blocks smart_rollup_max_active_outbox_levels smart_rollup_max_lookahead_in_blocks smart_rollup_max_number_of_cemented_commitments smart_rollup_max_number_of_messages_per_level smart_rollup_max_number_of_parallel_games smart_rollup_max_outbox_messages_per_level smart_rollup_max_wrapped_proof_binary_size smart_rollup_message_size_limit smart_rollup_number_of_sections_in_dissection smart_rollup_origination_size smart_rollup_private_enable smart_rollup_reveal_activation_level smart_rollup_riscv_pvm_enable smart_rollup_stake_amount smart_rollup_timeout_period_in_blocks testnet_dictator? vdf_difficulty? zk_rollup_enable zk_rollup_max_ticket_payload_size zk_rollup_min_pending_to_process zk_rollup_origination_size

    Properties

    adaptive_issuance_activation_vote_enable: boolean
    adaptive_issuance_launch_ema_threshold: number
    adaptive_rewards_params: {
        center_dz: { denominator: string; numerator: string };
        growth_rate: { denominator: string; numerator: string };
        issuance_ratio_max: { denominator: string; numerator: string };
        issuance_ratio_min: { denominator: string; numerator: string };
        max_bonus: string;
        radius_dz: { denominator: string; numerator: string };
    }
    autostaking_enable: boolean
    blocks_per_commitment: number
    blocks_per_cycle: number
    blocks_per_stake_snapshot?: number
    cache_layout_size?: number
    cache_sampler_state_cycles?: number
    cache_script_size?: number
    cache_stake_distribution_cycles?: number
    consensus_committee_size?: number
    consensus_threshold?: number
    cost_per_byte: BigNumber
    cycles_per_voting_period?: number
    dal_parametric?: DalParametric
    delay_increment_per_round?: BigNumber
    edge_of_staking_over_delegation: number
    global_limit_of_staking_over_baking: number
    hard_gas_limit_per_block: BigNumber
    hard_gas_limit_per_operation: BigNumber
    hard_storage_limit_per_operation: BigNumber
    initial_seed?: string
    issuance_weights: {
        attesting_reward_weight: number;
        baking_reward_bonus_weight: number;
        baking_reward_fixed_portion_weight: number;
        base_total_issued_per_minute: string;
        liquidity_baking_subsidy_weight: number;
        seed_nonce_revelation_tip_weight: number;
        vdf_revelation_tip_weight: number;
    }
    limit_of_delegation_over_baking: number
    liquidity_baking_toggle_ema_threshold?: number
    max_allowed_global_constants_depth?: number
    max_anon_ops_per_block?: number
    max_micheline_bytes_limit?: number
    max_micheline_node_count?: number
    max_operation_data_length: number
    max_operations_time_to_live?: number
    max_proposals_per_delegate?: number
    max_slashing_period?: number
    michelson_maximum_type_size: number
    min_proposal_quorum?: number
    minimal_block_delay?: BigNumber
    minimal_frozen_stake: string
    minimal_participation_ratio?: Ratio
    minimal_stake: BigNumber
    nonce_length: number
    nonce_revelation_threshold?: number
    origination_size?: number
    percentage_of_frozen_deposits_slashed_per_double_attestation: number
    percentage_of_frozen_deposits_slashed_per_double_baking: number
    preserved_cycles: number
    proof_of_work_nonce_size: number
    proof_of_work_threshold: BigNumber
    quorum_max?: number
    quorum_min?: number
    smart_rollup_arith_pvm_enable: boolean
    smart_rollup_challenge_window_in_blocks: number
    smart_rollup_commitment_period_in_blocks: number
    smart_rollup_max_active_outbox_levels: number
    smart_rollup_max_lookahead_in_blocks: number
    smart_rollup_max_number_of_cemented_commitments: number
    smart_rollup_max_number_of_messages_per_level: string
    smart_rollup_max_number_of_parallel_games: number
    smart_rollup_max_outbox_messages_per_level: number
    smart_rollup_max_wrapped_proof_binary_size: number
    smart_rollup_message_size_limit: number
    smart_rollup_number_of_sections_in_dissection: number
    smart_rollup_origination_size: number
    smart_rollup_private_enable: boolean
    smart_rollup_reveal_activation_level: {
        dal_page: number;
        dal_parameters: number;
        metadata: number;
        raw_data: { Blake2B: number };
    }
    smart_rollup_riscv_pvm_enable: boolean
    smart_rollup_stake_amount: string
    smart_rollup_timeout_period_in_blocks: number
    testnet_dictator?: string
    vdf_difficulty?: BigNumber
    zk_rollup_enable: number
    zk_rollup_max_ticket_payload_size: number
    zk_rollup_min_pending_to_process: number
    zk_rollup_origination_size: number