abstract-dex-adapter-traits

Crates.ioabstract-dex-adapter-traits
lib.rsabstract-dex-adapter-traits
version0.18.0
sourcesrc
created_at2023-06-22 13:41:48.317359
updated_at2023-07-28 19:20:31.593064
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
id897340
size16,959
(CyberHoward)

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