| Crates.io | abstract-staking-standard |
| lib.rs | abstract-staking-standard |
| version | 0.26.1 |
| created_at | 2023-10-19 08:41:42.813836+00 |
| updated_at | 2025-06-09 08:29:09.676632+00 |
| description | Abstract Cw-Staking Adapter Exports (used for implementing the adapter for specific staking platforms) |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1007618 |
| size | 90,920 |
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.