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

event RegisteredVault(address vault)

Emitted when a vault is registered.

getVault

function getVault() external view returns (contract IVault)

Returns the instance of the deployed vault contract.

Return Values

Name
Type
Description

[0]

contract IVault

Returns the instance of the IVault.

Last updated