Crate cw_extra_protos

Crate cw_extra_protos 

Source

Attribute Macrosยง

account_execute
Procedural macro to extend an enum with a standardized smart account execution variant.
account_query_multi
Procedural macro to extend an enum with standardized smart account query variants.
account_query_one
Procedural macro to extend an enum with standardized smart account query variants.
registry_execute
Procedural macro to extend an enum with a standardized CreateAccount execute variant for registry-based smart accounts.
registry_query_multi
Procedural macro for the CW83 standard that injects query variants for account registries into an enum.
registry_query_one
Procedural macro for cw83 standard that automatically needed variants for query messages of account registries.
signed_execute_multi
Procedural macro for the CW84 standard that injects execute variants for signed message execution into an execute enum, supporting both generic and non-generic CosmosMsg types.
signed_execute_one
Procedural macro for the CW84 standard that injects execute variants for signed message execution into an execute enum, supporting both generic and non-generic CosmosMsg types.
signed_query_multi
Procedural macro for the CW84 standard that injects query variants for signed message validation into a query enum, supporting generic and non-generic CosmosMsg types.
signed_query_one
Procedural macro for the CW84 standard that injects query variants for signed message validation into a query enum, supporting generic and non-generic CosmosMsg types.
valid_signature_multi
Procedural macro to extend an enum with standardized signature validation variants.
valid_signature_one
Procedural macro to extend an enum with a standardized signature validation variant.