Functions
isDenied
This function checks to see if the address is on the oracle’s denied list. This is the DENIED_LIST type.| Name | Type | Description |
|---|---|---|
_address | address | Account address to check |
| Name | Type | Description |
|---|---|---|
<none> | bool | denied returns true if denied, false if not |
isApproved
This function checks to see if the address is on the oracle’s approved list. This is the APPROVED_LIST type.| Name | Type | Description |
|---|---|---|
_address | address | Account address to check |
| Name | Type | Description |
|---|---|---|
<none> | bool | denied returns true if approved, false if not |