ownershipHandoverExpiresAt

Calls the "ownershipHandoverExpiresAt" function on the contract.

Example

import { ownershipHandoverExpiresAt } from "thirdweb/extensions/modular";
const result = await ownershipHandoverExpiresAt({
contract,
pendingOwner: ...,
});

Parameters

Returns

The parsed result of the function call.