Class GovernanceChainConfig.ChainConfigData

  • Enclosing class:
    GovernanceChainConfig

    public static class GovernanceChainConfig.ChainConfigData
    extends java.lang.Object
    • Constructor Detail

      • ChainConfigData

        public ChainConfigData()
    • Method Detail

      • getDeriveshaimpl

        public int getDeriveshaimpl()
        Getter function for deriveShaImpl
        Returns:
        int
      • getChainid

        public int getChainid()
        Getter function for chainId.
        Returns:
        int
      • getIstanbulCompatibleBlock

        public java.math.BigInteger getIstanbulCompatibleBlock()
        Getter function for istanbulCompatibleBlock.
        Returns:
        BigInteger
      • getLondonCompatibleBlock

        public java.math.BigInteger getLondonCompatibleBlock()
        Getter function for londonCompatibleBlock.
        Returns:
        BigInteger
      • getEthTxTypeCompatibleBlock

        public java.math.BigInteger getEthTxTypeCompatibleBlock()
        Getter function for ethTxTypeCompatibleBlock.
        Returns:
        BigInteger
      • getMagmaCompatibleBlock

        public java.math.BigInteger getMagmaCompatibleBlock()
        Getter function for magmaCompatibleBlock.
        Returns:
        BigInteger
      • getKoreCompatibleBlock

        public java.math.BigInteger getKoreCompatibleBlock()
        Getter function for koreCompatibleBlock.
        Returns:
        BigInteger
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object