Calls the "positionManager" function on the contract.
import { positionManager } from "thirdweb/extensions/tokens"; const result = await positionManager({ contract,});
function positionManager( options: BaseTransactionOptions,): Promise<string>;
The options for the positionManager function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<string>;
The parsed result of the function call.