import { StdFee } from "../../../../types.js"; import { MsgConnectionOpenAck, MsgConnectionOpenConfirm, MsgConnectionOpenInit, MsgConnectionOpenTry, MsgUpdateParams } from "./tx.js"; import "../../../../index.js"; import * as _interchainjs_cosmos0 from "@interchainjs/cosmos"; import * as _interchainjs_types0 from "@interchainjs/types"; //#region src/ibc/core/connection/v1/tx.rpc.func.d.ts /** * ConnectionOpenInit defines a rpc handler method for MsgConnectionOpenInit. * @name connectionOpenInit * @package ibc.core.connection.v1 * @see proto service: ibc.core.connection.v1.ConnectionOpenInit */ declare const connectionOpenInit: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgConnectionOpenInit | MsgConnectionOpenInit[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; /** * ConnectionOpenTry defines a rpc handler method for MsgConnectionOpenTry. * @name connectionOpenTry * @package ibc.core.connection.v1 * @see proto service: ibc.core.connection.v1.ConnectionOpenTry */ declare const connectionOpenTry: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgConnectionOpenTry | MsgConnectionOpenTry[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; /** * ConnectionOpenAck defines a rpc handler method for MsgConnectionOpenAck. * @name connectionOpenAck * @package ibc.core.connection.v1 * @see proto service: ibc.core.connection.v1.ConnectionOpenAck */ declare const connectionOpenAck: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgConnectionOpenAck | MsgConnectionOpenAck[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; /** * ConnectionOpenConfirm defines a rpc handler method for * MsgConnectionOpenConfirm. * @name connectionOpenConfirm * @package ibc.core.connection.v1 * @see proto service: ibc.core.connection.v1.ConnectionOpenConfirm */ declare const connectionOpenConfirm: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgConnectionOpenConfirm | MsgConnectionOpenConfirm[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; /** * UpdateConnectionParams defines a rpc handler method for * MsgUpdateParams. * @name updateConnectionParams * @package ibc.core.connection.v1 * @see proto service: ibc.core.connection.v1.UpdateConnectionParams */ declare const updateConnectionParams: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; //#endregion export { connectionOpenAck, connectionOpenConfirm, connectionOpenInit, connectionOpenTry, updateConnectionParams };