abstract-staking-adapter-traits 0.18.0

Abstract Cw-Staking Adapter Exports (used for implementing the adapter for specific staking platforms)
Documentation

Dex Adapter Trait

A trait that defines a standard interface for Dex interactions. This trait should be implemented for each Dex that the adapter supports.

To implement this trait, create a new package, import this crate and implement the trait for your Dex.