import { StdFee } from "../../../types.js"; import { MsgBurn } from "./tx.js"; import "../../../index.js"; import * as _interchainjs_cosmos0 from "@interchainjs/cosmos"; import * as _interchainjs_types0 from "@interchainjs/types"; //#region src/xpla/burn/v1beta1/tx.rpc.func.d.ts /** * Burn defines a method for burning coins from an account. * @name burn * @package xpla.burn.v1beta1 * @see proto service: xpla.burn.v1beta1.Burn */ declare const burn: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgBurn | MsgBurn[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; //#endregion export { burn };