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