Name | Type | Description |
---|---|---|
_policyId | uint256 | The ID of the policy the calling function is associated with. |
_callingFunctionId | uint256 | The ID of the calling function to check. |
Name | Type | Description |
---|---|---|
<none> | bool | set True if the calling funciton is set, false otherwise. |
Name | Type | Description |
---|---|---|
_policyId | uint256 | The ID of the policy the foreign call is associated with. |
_foreignCallId | uint256 | The ID of the foreign call to check. |
Name | Type | Description |
---|---|---|
<none> | bool | set True if the foreign call is set, false otherwise. |
Name | Type | Description |
---|---|---|
_policyId | uint256 | The ID of the policy the tracker is associated with. |
_index | uint256 | The index of the tracker to check. |
Name | Type | Description |
---|---|---|
<none> | bool | set True if the tracker is set, false otherwise. |
Name | Type | Description |
---|---|---|
_policyId | uint256 | The ID of the policy. |