UNPKG

nativescript-electrumx-client

Version:

An ElectrumX Client wrapper for NativeScript

105 lines 4.53 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var index_1 = require("./index"); var ElectrumxClient = (function (_super) { __extends(ElectrumxClient, _super); function ElectrumxClient() { return _super !== null && _super.apply(this, arguments) || this; } ElectrumxClient.prototype.server_version = function (client_name, protocol_version) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.server_banner = function () { throw new Error("Not implemented"); }; ElectrumxClient.prototype.server_ping = function () { throw new Error("Not implemented"); }; ElectrumxClient.prototype.server_addPeer = function (features) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.serverDonation_address = function () { throw new Error("Not implemented"); }; ElectrumxClient.prototype.serverPeers_subscribe = function () { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainScripthash_getBalance = function (scripthash) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainScripthash_getHistory = function (scripthash) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainScripthash_history = function (scripthash, start_height) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainScripthash_utxos = function (scripthash, start_height) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainScripthash_getMempool = function (scripthash) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainScripthash_listunspent = function (scripthash) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainScripthash_subscribe = function (scripthash) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainBlock_header = function (height, cp_height) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainBlock_headers = function (start_height, count) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainEstimatefee = function (numBlocks) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainHeaders_subscribe = function () { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchain_relayfee = function () { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainTransaction_broadcast = function (rawtx) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainTransaction_get = function (txHash, verbose) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainTransaction_getMerkle = function (txHash, height) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.mempool_getFeeHistogram = function () { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainBlock_getHeader = function (height) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainBlock_getChunk = function (index) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainAddress_getBalance = function (address) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainAddress_getHistory = function (address) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainAddress_getMempool = function (address) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainAddress_listunspent = function (address) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainAddress_subscribe = function (address) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainUtxo_getAddress = function (tx_hash, index) { throw new Error("Not implemented"); }; ElectrumxClient.prototype.blockchainNumblocks_subscribe = function () { throw new Error("Not implemented"); }; return ElectrumxClient; }(index_1.ElectrumxClient)); exports.default = ElectrumxClient; //# sourceMappingURL=electrumx-client.ios.js.map