abstract-staking-standard

Crates.ioabstract-staking-standard
lib.rsabstract-staking-standard
version
sourcesrc
created_at2023-10-19 08:41:42.813836
updated_at2025-01-07 17:07:50.20163
descriptionAbstract Cw-Staking Adapter Exports (used for implementing the adapter for specific staking platforms)
homepage
repository
max_upload_size
id1007618
Cargo.toml error:TOML parse error at line 26, column 1 | 26 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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