resolve

Calls the "resolve" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.