Module ibc_client

Source

Modules§

state

Structs§

AccountResponse
ConfigResponse
HostResponse
InstalledModuleIdentification
This is used for identifying calling modules For adapters, we don’t need the account id because it’s independent of an account For apps and standalone, the account id is used to identify the calling module
InstantiateMsg
This needs no info. Owner of the contract is whoever signed the InstantiateMsg.
ListAccountsResponse
ListIbcInfrastructureResponse
ListRemoteAccountsResponse
ListRemoteHostsResponse
MigrateMsg
ModuleAddr

Enums§

ExecuteMsg
IbcClientCallback
This enum is used for sending callbacks to the note contract of the IBC client
PolytoneNoteExecuteMsg
Copy of polytone_note::msg::ExecuteMsg
QueryMsg
SudoMsg

Traits§

AsyncQueryMsgFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
ExecuteMsgFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
QueryMsgFns
Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.

Type Aliases§

ListRemoteProxiesResponse