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

abstract-staking-standard

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

5 releases (3 breaking)

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

#13 in #staking

Download history 191/week @ 2024-02-19 163/week @ 2024-02-26 85/week @ 2024-03-04 50/week @ 2024-03-11 36/week @ 2024-03-18 126/week @ 2024-03-25 262/week @ 2024-04-01 209/week @ 2024-04-08 268/week @ 2024-04-15 219/week @ 2024-04-22 57/week @ 2024-04-29 95/week @ 2024-05-06 5/week @ 2024-05-13 24/week @ 2024-05-20 213/week @ 2024-05-27

339 downloads per month

GPL-3.0-or-later

17KB
251 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

~14–28MB
~355K SLoC