McdGive
Description
Gives the vault ownership to a different address
Action ID
0xb2b1cae3
SDK Action
const makerGiveAction = new dfs.actions.maker.MakerGiveAction(
vaultId,
newOwner,
createProxy,
mcdManager
);Action Type
STANDARD_ACTION
Input Parameters
/// @param vaultId Id of the vault
/// @param newOwner Address of the new owner
/// @param mcdManager Manager address
struct Params {
uint256 vaultId;
address newOwner;
address mcdManager;
}Return Value
Events and Logs
Last updated
Was this helpful?