Thanks to visit codestin.com
Credit goes to docs.rs

Crate cw83

Crate cw83 

Source

Structs§

AccountResponse
Response type for QueryMsg::AccountInfo defined by cw83 for account registries
CreateAccountMsg
Inner type of ExecuteMsg::CreateAccount defined by cw83 for account registries

Enums§

Cw83ExecuteMsg
Absolute minimum of a message that follows cw83 standard
Cw83QueryMsg
Absolute minimum of a query that follows cw83 standard

Constants§

CREATE_ACCOUNT_REPLY_ID
INTERFACE_NAME

Attribute Macros§

registry_execute
Procedural macro to extend an enum with a standardized CreateAccount execute variant for registry-based smart accounts.
registry_query
Procedural macro for cw83 standard that automatically needed variants for query messages of account registries.