These parameters are specific to the Byzantine vaults that delegates their stake to operators on Eigen Layer.
delegationSetRoleHolder
This address manages the vault's stake delegation to an Eigen operator.
This role holder can:
the stake from an operator
the stake to a different operator
This role can be managed by the (if any)
operator
The address of the EigenLayer operator to delegate the vault's stake to.
Represents the operator running the restaking strategy.
It is possible to leave this unset (address(0)
) at vault creation and assign an operator later.
approverSignature
Optional parameter to validate that the operator approves the delegation.
Must be signed by the delegationApprover
and sent off-chain to the vault creator
signatureExpiration
Optional parameter of the expiration timestamp (UTC) of the signature.
Set and sent off-chain by the delegationApprover
to the vault creator.