Modules§
Structs§
- Account
Response - Config
Response - Host
Response - Installed
Module Identification - 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
- Instantiate
Msg - This needs no info. Owner of the contract is whoever signed the InstantiateMsg.
- List
Accounts Response - List
IbcInfrastructure Response - List
Remote Accounts Response - List
Remote Hosts Response - Migrate
Msg - Module
Addr
Enums§
- Execute
Msg - IbcClient
Callback - This enum is used for sending callbacks to the note contract of the IBC client
- Polytone
Note Execute Msg - Copy of polytone_note::msg::ExecuteMsg
- Query
Msg - SudoMsg
Traits§
- Async
Query MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Execute
MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Query
MsgFns - Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.