requestOwnershipHandover

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

Example

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

Parameters

Returns

A prepared transaction object.