IVaultRegistry
This registry provides the address of the Vault contract which manages the ERC20 and ERC721 assets.
This interface defines a function to get the instance of the deployed vault contract.
RegisteredVault
Emitted when a vault is registered.
getVault
Returns the instance of the deployed vault contract.
Return Values
Name
Type
Description
[0]
contract IVault
Returns the instance of the IVault.
Last updated