abstract-dex-standard

Crates.ioabstract-dex-standard
lib.rsabstract-dex-standard
version0.26.1
created_at2023-10-19 08:40:56.480397+00
updated_at2025-06-09 08:29:38.078413+00
descriptionThe 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
id1007616
size160,500
crates (github:abstractsdk:crates)

documentation

README

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.

Commit count: 0

cargo fmt