#adapter #traits #staking #cw-staking #interface #defines #platform

abstract-staking-adapter-traits

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

4 releases (2 breaking)

0.18.0 Jul 28, 2023
0.17.2 Jul 27, 2023
0.17.0 Jun 26, 2023
0.16.2 Jun 22, 2023

#18 in #staking

GPL-3.0-or-later

14KB
256 lines

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.

Dependencies

~5–15MB
~176K SLoC