Crates.io | abstract-money-market-standard |
lib.rs | abstract-money-market-standard |
version | |
source | src |
created_at | 2024-05-08 19:06:33.07068 |
updated_at | 2025-01-07 17:10:27.716932 |
description | The money market adapter is an Abstract adapter for interacting with usual Money Market commands. It provides a common interface for all Money Markets |
homepage | |
repository | |
max_upload_size | |
id | 1234109 |
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` |
size | 0 |
A trait that defines a standard interface for Money Market interactions. This trait should be implemented for each Money Market that the adapter supports.
To implement this trait, create a new package, import this crate and implement the trait for your Money Market.
We provide implementations for Mars and Kujira Ghost Protocol in the integrations folder.