vault.base
Documentation for eth_defi.vault.base Python module.
Generic Vault adapter base classes.
Create unified interface across different vault protocols and their investment flows
Helps to create automated trading agents against any vault easily
Handle both trading (asset management role) and investor management (deposits/redemptions)
See
VaultBase
to get started
Classes
Describe assets vault can manage. |
|
Base class for vault protocol adapters. |
|
Manage deposit/redemption events. |
|
Vault-protocol specific intormation about the vault. |
|
Track assets and balances in a vault. |
|
Unique id for a vault. |