sdk.core.protocolparameters
Home > @blaze-cardano/sdk > Core > ProtocolParameters
Core.ProtocolParameters interface
Cardano ledger protocol parameters.
Signature:
interface ProtocolParameters 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| number | The number of coins per UTXO byte. | ||
| number | The collateral percentage. | ||
| Cardano.CostModels | The cost models. | ||
| number | The desired number of pools. | ||
| number | The maximum block body size. | ||
| number | The maximum block header size. | ||
| number | The maximum collateral inputs. | ||
| Cardano.ExUnits | The maximum execution units per block. | ||
| Cardano.ExUnits | The maximum execution units per transaction. | ||
| number | The maximum transaction size. | ||
| number | The maximum value size. | ||
| number | The minimum fee coefficient. | ||
| number | The minimum fee constant. | ||
| (Optional) Params used for calculating the minimum fee from reference inputs (see https://github.com/CardanoSolutions/ogmios/releases/tag/v6.5.0) | |||
| number | The minimum pool cost. | ||
| string | The monetary expansion. | ||
| number | null | The pool deposit. | ||
| string | The pool influence. | ||
| number | The pool retirement epoch bound. | ||
| Cardano.Prices | The prices. | ||
| Cardano.ProtocolVersion | The protocol version. | ||
| number | The stake key deposit. | ||
| string | The treasury expansion. |