Expand description
§Archway Bindings
CosmWasm bindings to interact with Archway’s modules.
§Usage
Please refer to the example contract for a full usage example.
§Specs
The bindings follow the specs defined by the Archway Protocol.
§License
This project is licensed under the Apache-2.0 License - see the NOTICE and LICENSE files for details.
Modules§
Structs§
- Page
Request - WASM binding version for the Cosmos SDK
query.PageRequest
, embedded in request messages for efficient pagination. - Page
Response - Embedded in response messages where the corresponding request message has used a
PageRequest
.
Enums§
- Archway
Msg - Custom messages to interact with the Archway Network bindings.
- Archway
Query - Queries for Archway’s bindings.
Type Aliases§
- Archway
Result - A result type for responses that contain an ArchwayMsg.
- Coins