format_d2_vault_note
Documentation for eth_defi.erc_4626.vault_protocol.d2.vault.format_d2_vault_note function.
- format_d2_vault_note(address)
Format a generic D2 Finance vault note.
D2 vaults are managed strategy vaults with proprietary off-chain trading logic. The authoritative source for the per-vault setup is the D2 strategy page, so link to it for every D2 vault.
- Parameters
address (Union[eth_typing.evm.HexAddress, str]) – Vault address.
- Returns
Markdown vault note.
- Return type