@stellar/stellar-sdk
Version:
A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.
9 lines (8 loc) • 308 B
TypeScript
import xdr from "../xdr.js";
import { InflationOpts, InflationResult } from "./types.js";
/**
* This operation generates the inflation.
* @param opts - Options object
* - `source`: The optional source account.
*/
export declare function inflation(opts?: InflationOpts): xdr.Operation<InflationResult>;