delegates

Calls the "delegates" function on the contract.

Example

import { delegates } from "thirdweb/extensions/erc20";
const result = await delegates({
contract,
account: ...,
});
function delegates(
): Promise<string>;

Parameters

The options for the delegates function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.