Crates.io | abstract-money-market-standard |
lib.rs | abstract-money-market-standard |
version | 0.24.1 |
source | src |
created_at | 2024-05-08 19:06:33.07068 |
updated_at | 2024-10-25 16:24:24.177889 |
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 |
size | 39,376 |
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.