Crate cw_extra_types

Crate cw_extra_types 

Source

Modules§

wasm

Structs§

CanExecuteResponse
CanExecuteSignedResponse
ValidSignatureResponse
ValidSignaturesResponse

Attribute Macros§

account_execute
Procedural macro to extend an enum with a standardized smart account execution variant.
account_query
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
Procedural macro for cw83 standard that automatically needed variants for query messages of account registries.
signed_execute
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
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_query
Procedural macro to extend an enum with a standardized signature validation variant.