abstract-staking-standard

Crates.ioabstract-staking-standard
lib.rsabstract-staking-standard
version0.22.1
sourcesrc
created_at2023-10-19 08:41:42.813836
updated_at2024-05-08 19:05:46.339458
descriptionAbstract Cw-Staking Adapter Exports (used for implementing the adapter for specific staking platforms)
homepage
repository
max_upload_size
id1007618
size16,301
(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