ownershipHandoverExpiresAt

Calls the "ownershipHandoverExpiresAt" function on the contract.

Example

import { ownershipHandoverExpiresAt } from "thirdweb/extensions/modules";
const result = await ownershipHandoverExpiresAt({
contract,
pendingOwner: ...,
});
function ownershipHandoverExpiresAt(
): Promise<bigint>;

Parameters

The options for the ownershipHandoverExpiresAt function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.