Crates.io | abstract-staking-adapter-traits |
lib.rs | abstract-staking-adapter-traits |
version | 0.18.0 |
source | src |
created_at | 2023-06-22 13:44:56.692925 |
updated_at | 2023-07-28 19:20:55.280009 |
description | Abstract Cw-Staking Adapter Exports (used for implementing the adapter for specific staking platforms) |
homepage | |
repository | |
max_upload_size | |
id | 897360 |
size | 13,932 |
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.