UNPKG

@okxweb3/coin-stellar

Version:

@ok/coin-stellar is a Stellar SDK for building Web3 wallets and applications. It supports Stellar and PI blockchains, enabling private key management, address generation, transaction signing, trustline creation, and asset transfers

18 lines 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Uint256 = void 0; const js_xdr_1 = require("@stellar/js-xdr"); class Uint256 extends js_xdr_1.LargeInt { constructor(...args) { super(args); } get unsigned() { return true; } get size() { return 256; } } exports.Uint256 = Uint256; Uint256.defineIntBoundaries(); //# sourceMappingURL=uint256.js.map