VaultPolicyConfiguration
Documentation for eth_defi.enzyme.deployment.VaultPolicyConfiguration Python class.
- class VaultPolicyConfiguration
Bases:
objectEnzyme policy configuration.
Passed to the fund deployer when the vault is created.
Attributes summary
policiesshares_action_time_lockMethods summary
- __init__(policies, shares_action_time_lock=0)
- Parameters
policies (Dict[eth_typing.evm.HexAddress, bytes]) –
shares_action_time_lock (int) –
- Return type
None
- encode()
Serialise for the fund deployer.
See https://github.com/enzymefinance/protocol/blob/v4/tests/utils/core/PolicyUtils.sol
- Return type