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

15 lines 591 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.inflation = void 0; const xdr_1 = __importDefault(require("../xdr")); function inflation(opts = {}) { const opAttributes = {}; opAttributes.body = xdr_1.default.OperationBody.inflation(); this.setSourceAccount(opAttributes, opts); return new xdr_1.default.Operation(opAttributes); } exports.inflation = inflation; //# sourceMappingURL=inflation.js.map