Skip to main content

Erc721.isApproved() method

Get whether this wallet has approved transfers from the given operator

Signature:

isApproved(address: string, operator: string): Promise<boolean>;

Parameters

ParameterTypeDescription
addressstringthe wallet address
operatorstringthe operator address

Returns:

Promise<boolean>