Crates.io | abstract-dex-standard |
lib.rs | abstract-dex-standard |
version | 0.24.1 |
source | src |
created_at | 2023-10-19 08:40:56.480397 |
updated_at | 2024-10-25 16:23:25.113864 |
description | The tendermint staking adapter is a Abstract adapter for interacting with usual DEX commands. It provides a common interface for all DEXes |
homepage | |
repository | |
max_upload_size | |
id | 1007616 |
size | 32,707 |
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.