Skip to main content
Module

x/lucid/mod.ts>C.ProtocolParamUpdate

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Latest
class C.ProtocolParamUpdate
import { C } from "https://deno.land/x/lucid@0.10.7/mod.ts";
const { ProtocolParamUpdate } = C;

Methods

d()
set_ada_per_utxo_byte(ada_per_utxo_byte)
set_collateral_percentage(collateral_percentage)
set_committee_term_limit(committee_term_limit)
set_cost_models(cost_models)
set_drep_deposit(drep_deposit)
set_drep_inactivity_period(drep_inactivity_period)
set_drep_voting_thresholds(drep_voting_thresholds)
set_execution_costs(execution_costs)
set_expansion_rate(expansion_rate)
set_extra_entropy(extra_entropy)
set_governance_action_deposit(governance_action_deposit)
set_governance_action_expiration(governance_action_expiration)
set_key_deposit(key_deposit)
set_max_block_body_size(max_block_body_size)
set_max_block_ex_units(max_block_ex_units)
set_max_block_header_size(max_block_header_size)
set_max_collateral_inputs(max_collateral_inputs)
set_max_epoch(max_epoch)
set_max_tx_ex_units(max_tx_ex_units)
set_max_tx_size(max_tx_size)
set_max_value_size(max_value_size)
set_min_committee_size(min_committee_size)
set_min_pool_cost(min_pool_cost)
set_minfee_a(minfee_a)
set_minfee_b(minfee_b)
set_n_opt(n_opt)
set_pool_deposit(pool_deposit)
set_pool_pledge_influence(pool_pledge_influence)
set_pool_voting_thresholds(pool_voting_thresholds)
set_protocol_version(protocol_version)
set_treasury_growth_rate(treasury_growth_rate)