abstract-staking-adapter-traits

Crates.ioabstract-staking-adapter-traits
lib.rsabstract-staking-adapter-traits
version0.18.0
sourcesrc
created_at2023-06-22 13:44:56.692925
updated_at2023-07-28 19:20:55.280009
descriptionAbstract Cw-Staking Adapter Exports (used for implementing the adapter for specific staking platforms)
homepage
repository
max_upload_size
id897360
size13,932
(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