get_vault_protocol_name
Documentation for eth_defi.erc_4626.core.get_vault_protocol_name function.
- get_vault_protocol_name(features)
Deduct vault protocol name based on Vault smart contract features.
At least one feature must match.
See
eth_defi.erc_4626.classification.identify_vault_features().- Parameters
features (set[eth_defi.erc_4626.core.ERC4626Feature]) – List of detected features for a vault
- Return type