completeOwnershipHandover

Prepares a transaction to call the "completeOwnershipHandover" function on the contract.

Example

import { completeOwnershipHandover } from "thirdweb/extensions/modular";
const transaction = completeOwnershipHandover({
contract,
pendingOwner: ...,
overrides: {
...
}
});
// Send the transaction
...

Parameters

Returns

A prepared transaction object.