resolve

Calls the "resolve" function on the contract.

Example

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

Parameters

The options for the resolve function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.