Crates.io | abstract-dex-adapter-traits |
lib.rs | abstract-dex-adapter-traits |
version | 0.18.0 |
source | src |
created_at | 2023-06-22 13:41:48.317359 |
updated_at | 2023-07-28 19:20:31.593064 |
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 | 897340 |
size | 16,959 |
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.