ProtocolParametersByron: {
    heavyDlgThreshold: string;
    maxBlockSize: number;
    maxHeaderSize: number;
    maxProposalSize: number;
    maxTxSize: number;
    mpcThreshold: string;
    scriptVersion: number;
    slotDuration: number;
    softforkRule: Cardano.SoftforkRule;
    txFeePolicy: Cardano.TxFeePolicy;
    unlockStakeEpoch: number;
    updateProposalThreshold: string;
    updateProposalTimeToLive: number;
    updateVoteThreshold: string;
}

Type declaration

  • heavyDlgThreshold: string
  • maxBlockSize: number
  • maxHeaderSize: number
  • maxProposalSize: number
  • maxTxSize: number
  • mpcThreshold: string
  • scriptVersion: number
  • slotDuration: number
  • softforkRule: Cardano.SoftforkRule
  • txFeePolicy: Cardano.TxFeePolicy
  • unlockStakeEpoch: number
  • updateProposalThreshold: string
  • updateProposalTimeToLive: number
  • updateVoteThreshold: string

Generated using TypeDoc