abstract-money-market-standard

Crates.ioabstract-money-market-standard
lib.rsabstract-money-market-standard
version0.22.2
sourcesrc
created_at2024-05-08 19:06:33.07068
updated_at2024-05-21 12:42:36.735044
descriptionThe 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
id1234109
size39,011
(CyberHoward)

documentation

README

Money Market Adapter Trait

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, Kujira Ghost and Cavern Protocol in the integrations folder.

Commit count: 0

cargo fmt