@thorwallet/xchain-litecoin
Version:
Custom Litecoin client and utilities used by XChainJS clients
14 lines • 440 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBalance = void 0;
const tslib_1 = require("tslib");
const Utils = tslib_1.__importStar(require("./utils"));
const getBalance = ({ network, address }) => {
return Utils.getBalance({
sochainUrl: 'https://sochain.com/api/v2',
network,
address,
});
};
exports.getBalance = getBalance;
//# sourceMappingURL=get-balance.js.map