NewProtocolParamsInConway: {
    committeeTermLimit: number;
    dRepDeposit: number;
    dRepInactivityPeriod: Cardano.EpochNo;
    dRepVotingThresholds: Cardano.DelegateRepresentativeThresholds;
    governanceActionDeposit: number;
    governanceActionValidityPeriod: Cardano.EpochNo;
    minCommitteeSize: number;
    poolVotingThresholds: Cardano.PoolVotingThresholds;
}

Type declaration

Generated using TypeDoc