ChangeProxyOwner
Description
Action ID
SDK Action
const changeProxyOwnerAction = new dfs.actions.basic.ChangeProxyOwnerAction(
newOwner
);Action Type
Input Parameters
/// @param newOwner Address of the new owner
struct Params {
address newOwner;
}Return Value
Events and Logs
Last updated