VaultPolicyConfiguration

Documentation for eth_defi.enzyme.deployment.VaultPolicyConfiguration Python class.

class VaultPolicyConfiguration

Bases: object

Enzyme policy configuration.

Passed to the fund deployer when the vault is created.

Attributes summary

policies

shares_action_time_lock

Methods summary

__init__(policies[, shares_action_time_lock])

encode()

Serialise for the fund deployer.

__init__(policies, shares_action_time_lock=0)
Parameters
Return type

None

encode()

Serialise for the fund deployer.

See https://github.com/enzymefinance/protocol/blob/v4/tests/utils/core/PolicyUtils.sol

Return type

bytes