Crate cw84

Crate cw84 

Source

Structs§

Binary
Binary is a wrapper around Vec to add base64 de/serialization with serde. It also adds some helper methods to help encode inline.
CanExecuteResponse
ValidSignatureResponse

Enums§

Cw84ExecuteMsg
Absolute minimum of a message that follows cw84 standard. Same as cw1::Cw1ExecuteMsg
Cw84QueryMsg
Absolute minimum of a query that follows cw84 standard

Constants§

INTERFACE_NAME

Attribute Macros§

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.