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