Class Electrum


  • public class Electrum
    extends Object
    https://electrumx-spesmilo.readthedocs.io/en/latest/protocol-methods.html
    • Constructor Detail

      • Electrum

        public Electrum()
    • Method Detail

      • defaultSocket

        public String defaultSocket()
      • allSockets

        public void allSockets()
      • ping

        public List<org.json.JSONObject> ping()
      • features

        public List<org.json.JSONObject> features()
      • versions

        public List<org.json.JSONArray> versions()
      • peers

        public org.json.JSONArray peers()
      • getHistory

        public org.json.JSONArray getHistory​(String scripthash)
      • getBalance

        public org.json.JSONObject getBalance​(String scripthash)
      • getBalanceTotal

        public Long getBalanceTotal​(String scripthash)