get_notes

Documentation for eth_defi.vault.flag.get_notes function.

get_notes(address, chain_id=None)

Get notes related to the flags.

Parameters
  • address (Union[eth_typing.evm.HexAddress, str]) – Vault address (will be lowercased).

  • chain_id (Optional[int]) – Chain ID of the vault. Used to apply chain-wide default notes (e.g. all Hypercore vaults get HYPERCORE_VAULT_NOTE).

Return type

Optional[str]