koios-java-client icon indicating copy to clipboard operation
koios-java-client copied to clipboard

Some governance related fields in the protocol parameters are returned as null.

Open satran004 opened this issue 1 year ago • 0 comments

The values for the following fields are null. I am checking them through CCL.

    private BigDecimal dvtPPNetworkGroup = null;
    private BigDecimal dvtPPEconomicGroup = null;
    private BigDecimal dvtPPTechnicalGroup = null;
    private BigDecimal dvtPPGovGroup = null;

satran004 avatar Sep 05 '24 12:09 satran004