Skip to main content

NetworkParams

export type NetworkParams = {
  collateralPercentage: number
  costModelParamsV1: number[]
  costModelParamsV2: number[]
  costModelParamsV3: number[]
  exCpuFeePerUnit: number
  exMemFeePerUnit: number
  maxCollateralInputs: number
  maxTxExCpu: number
  maxTxExMem: number
  maxTxSize: number
  refScriptsFeePerByte: number
  refTipSlot: number
  refTipTime: number
  secondsPerSlot: number
  stakeAddrDeposit: number
  txFeeFixed: number
  txFeePerByte: number
  utxoDepositPerByte: number
}