import { StdFee } from "../../../../../types.js"; import { MsgRegisterInterchainAccount, MsgSendTx, MsgUpdateParams } from "./tx.js"; import "../../../../../index.js"; import * as _interchainjs_cosmos0 from "@interchainjs/cosmos"; import * as _interchainjs_types0 from "@interchainjs/types"; //#region src/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts /** * RegisterInterchainAccount defines a rpc handler for MsgRegisterInterchainAccount. * @name registerInterchainAccount * @package ibc.applications.interchain_accounts.controller.v1 * @see proto service: ibc.applications.interchain_accounts.controller.v1.RegisterInterchainAccount */ declare const registerInterchainAccount: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgRegisterInterchainAccount | MsgRegisterInterchainAccount[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; /** * SendTx defines a rpc handler for MsgSendTx. * @name sendTx * @package ibc.applications.interchain_accounts.controller.v1 * @see proto service: ibc.applications.interchain_accounts.controller.v1.SendTx */ declare const sendTx: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgSendTx | MsgSendTx[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; /** * UpdateParams defines a rpc handler for MsgUpdateParams. * @name updateParams * @package ibc.applications.interchain_accounts.controller.v1 * @see proto service: ibc.applications.interchain_accounts.controller.v1.UpdateParams */ declare const updateParams: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; //#endregion export { registerInterchainAccount, sendTx, updateParams };