Expand description
Crate that provides the bindings to interact with the Desmos blockchain custom modules from a CosmWasm smart contract.
Modulesยง
- cosmos_
types - Contains basic types of a cosmos sdk based chain.
- iter
- Contains structs to iterate over the chain data.
- mocks
- The test utils to mock the queriers and desmos app
- posts
- Contains utilities, structs and enum to interact with the Desmos x/posts module.
- profiles
- Contains utilities, structs and enum to interact with the Desmos x/profiles module.
- reactions
- Contains utilities, structs and enum to interact with the Desmos x/reactions module.
- relationships
- Contains utilities,structs and enum to interact with the Desmos x/relationships module.
- reports
- Contains utilities, structs and enum to interact with the Desmos x/reports module.
- subspaces
- Contains utilities, structs and enums to interact with the Desmos x/subspaces module.
- tokenfactory
- Contains utilities, structs and enums to interact with the Desmos x/tokenfactory module.