#adapter #staking #standard #abstract #cw-staking #interface #defines

abstract-staking-standard

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

4 releases (2 breaking)

0.21.0 Feb 20, 2024
0.20.0 Jan 24, 2024
0.19.2 Oct 19, 2023
0.19.0 Oct 19, 2023

#10 in #staking

Download history 6/week @ 2024-01-19 1/week @ 2024-01-26 2/week @ 2024-02-02 140/week @ 2024-02-16 184/week @ 2024-02-23 92/week @ 2024-03-01 66/week @ 2024-03-08 20/week @ 2024-03-15 111/week @ 2024-03-22 269/week @ 2024-03-29 220/week @ 2024-04-05 240/week @ 2024-04-12 105/week @ 2024-04-19

849 downloads per month

GPL-3.0-or-later

17KB
254 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–18MB
~228K SLoC