# README
Dex (by Duality Labs)
This module was taken from Duality chain codebase (commit: https://github.com/duality-labs/duality/commit/9a208a52d5b9fcb1b684f590f0d8bdb635a69cbf). The reason of this action was to adopt module and tests to our codebase because it was not possible to import it without code modification that was made by Duality team to the orginal Cosmos SDK. These changes made it not possible (without deep modifications of the whole code) to import module to our code.
# Functions
ExportGenesis returns the capability module's exported genesis.
InitGenesis initializes the capability module's state from a provided genesis state.
No description provided by the author
No description provided by the author
# Structs
AppModule implements the AppModule interface that defines the inter-dependent methods that modules need to implement.
AppModuleBasic implements the AppModuleBasic interface that defines the independent methods a Cosmos SDK module needs to implement.