Skip to content

cardano-web3-js / T / ProtocolParameters

Type Alias: ProtocolParameters

ProtocolParameters: object

Type declaration

coinsPerUtxoByte

coinsPerUtxoByte: bigint

collateralPercentage

collateralPercentage: number

costModels

costModels: CostModels

keyDeposit

keyDeposit: bigint

maxCollateralInputs

maxCollateralInputs: number

maxTxExMem

maxTxExMem: bigint

maxTxExSteps

maxTxExSteps: bigint

maxTxSize

maxTxSize: number

maxValSize

maxValSize: number

minFeeA

minFeeA: number

minFeeB

minFeeB: number

poolDeposit

poolDeposit: bigint

priceMem

priceMem: number

priceStep

priceStep: number

Defined in

src/types/index.ts:159

Released under the MIT License