Crate archway_bindings

Source
Expand description

§Archway Bindings

Crate Docs Apache 2.0 Licensed MSRV

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§

testing
types

Structs§

PageRequest
WASM binding version for the Cosmos SDK query.PageRequest, embedded in request messages for efficient pagination.
PageResponse
Embedded in response messages where the corresponding request message has used a PageRequest.

Enums§

ArchwayMsg
Custom messages to interact with the Archway Network bindings.
ArchwayQuery
Queries for Archway’s bindings.

Type Aliases§

ArchwayResult
A result type for responses that contain an ArchwayMsg.
Coins