Calls the "ownershipHandoverExpiresAt" function on the contract.
import { ownershipHandoverExpiresAt } from "thirdweb/extensions/modules"; const result = await ownershipHandoverExpiresAt({ contract, pendingOwner: ...,});
function ownershipHandoverExpiresAt( options: BaseTransactionOptions<OwnershipHandoverExpiresAtParams>,): Promise<bigint>;
The options for the ownershipHandoverExpiresAt function.
let options: BaseTransactionOptions<OwnershipHandoverExpiresAtParams>;
let returnType: Promise<bigint>;
The parsed result of the function call.