StandardErc1155.isApproved() method
Get whether this wallet has approved transfers from the given operator
Signature:
isApproved(address: string, operator: string): Promise<boolean>;
Parameters
Parameter | Type | Description |
---|---|---|
address | string | the wallet address |
operator | string | the operator address |
Returns:
Promise<boolean>