ODCinterfacesdataobject-interfaces

ITransferrableOwnable2StepVaultOperations

Provides the operations of the VaultDataObject to interact with vaults factories, generic transferrable ownable 2-Step vaults and the data associated to them

acceptOwnable2StepVaultOwnership

function acceptOwnable2StepVaultOwnership(address vault) external

Operation used to accept the ownership of a 2-step ownable vault

Parameters

NameTypeDescription
vaultaddressThe vault address

transferVaultToDataPoint

function transferVaultToDataPoint(address vault, DataPoint newDataPoint) external

Operation used to transfer a vault to a new data point

Parameters

NameTypeDescription
vaultaddressThe vault address
newDataPointDataPointThe new data point

On this page