Last updated 6 hours ago
Interface for the VaultDeployDelegate
Deploy a new vault
function createVault(bytes32 salt) external returns (address);
Parameters
salt
bytes32
The salt value to create vault
Returns
<none>
address
deployed Deployed vault address