Calls the "delegates" function on the contract.
import { delegates } from "thirdweb/extensions/erc20"; const result = await delegates({ contract, account: ...,});
function delegates( options: BaseTransactionOptions<DelegatesParams>,): Promise<string>;
The options for the delegates function.
let options: BaseTransactionOptions<DelegatesParams>;
let returnType: Promise<string>;
The parsed result of the function call.