Modules§
Structs§
- 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
- This needs no info. Owner of the contract is whoever signed the InstantiateMsg.
Enums§
- This enum is used for sending callbacks to the note contract of the IBC client
- Copy of polytone_note::msg::ExecuteMsg
Traits§
- Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.
- Automatically derived trait that allows you to call the variants of the message directly without the need to construct the struct yourself.