Structs§
- Account
Response - Response type for QueryMsg::AccountInfo defined by cw83 for account registries
- Create
Account Msg - Inner type of ExecuteMsg::CreateAccount defined by cw83 for account registries
Enums§
- Cw83
Execute Msg - Absolute minimum of a message that follows cw83 standard
- Cw83
Query Msg - Absolute minimum of a query that follows cw83 standard
Constants§
Attribute Macros§
- registry_
execute - Procedural macro to extend an enum with a standardized
CreateAccountexecute variant for registry-based smart accounts. - registry_
query - Procedural macro for cw83 standard that automatically needed variants for query messages of account registries.