cancelOwnershipHandover

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

Example

import { cancelOwnershipHandover } from "thirdweb/extensions/modular";
const transaction = cancelOwnershipHandover();
// Send the transaction
...

Parameters

Returns

A prepared transaction object.