TypeScript SDK

TOKENS.positionManager

Calls the "positionManager" function on the contract.

Example

import { positionManager } from "thirdweb/extensions/tokens";
const result = await positionManager({
contract,
});
function positionManager(
): Promise<string>;

Parameters

The options for the positionManager function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<string>;

The parsed result of the function call.