Interface BitcoindRpcClient.MiningInfo

    • Method Detail

      • blocks

        int blocks()
      • currentBlockSize

        int currentBlockSize()
      • currentBlockWeight

        int currentBlockWeight()
      • currentBlockTx

        int currentBlockTx()
      • difficulty

        java.math.BigDecimal difficulty()
      • errors

        java.lang.String errors()
      • networkHashps

        java.math.BigDecimal networkHashps()
      • pooledTx

        int pooledTx()
      • testNet

        boolean testNet()
      • chain

        java.lang.String chain()