Erc721.isApproved() methodGet whether this wallet has approved transfers from the given operatorSignature:isApproved(address: string, operator: string): Promise<boolean>;ParametersParameterTypeDescriptionaddressstringthe wallet addressoperatorstringthe operator addressReturns:Promise<boolean>