Class Electrum


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

      • Electrum

        public Electrum()
    • Method Detail

      • ping

        public boolean ping​(String socket)
      • 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)
      • getMempool

        public org.json.JSONArray getMempool​(String scripthash)
      • listUnspent

        public org.json.JSONArray listUnspent​(String scripthash)
      • estimateFee

        public Long estimateFee​(int number)
      • getTransaction

        public String getTransaction​(String txHash)
      • getTransactionVerbose

        public org.json.JSONObject getTransactionVerbose​(String txHash)
      • broadcastTransaction

        public String broadcastTransaction​(String rawTx)