Name | Type | Description |
---|---|---|
policyId | uint256 | ID of the policy the rule will be added to. |
rule | Rule | The rule to create. |
Name | Type | Description |
---|---|---|
<none> | uint256 | ruleId The generated rule ID. |
Name | Type | Description |
---|---|---|
policyId | uint256 | ID of the policy the rule belongs to. |
ruleId | uint256 | The ID of the rule to update. |
rule | Rule | The updated rule data. |
Name | Type | Description |
---|---|---|
<none> | uint256 | ruleId The updated rule ID. |
Name | Type | Description |
---|---|---|
policyId | uint256 | The ID of the policy. |
Name | Type | Description |
---|---|---|
<none> | Rule[][] | rules A two-dimensional array of rules grouped by calling functions. |
Name | Type | Description |
---|---|---|
policyId | uint256 | The ID of the policy the rule belongs to. |
ruleId | uint256 | The ID of the rule to delete. |
Name | Type | Description |
---|---|---|
policyId | uint256 | The ID of the policy the rule belongs to. |
ruleId | uint256 | The ID of the rule to retrieve. |
Name | Type | Description |
---|---|---|
<none> | RuleStorageSet | ruleStorageSets The rule data. |
Name | Type | Description |
---|---|---|
_data | RuleStorage | The rule storage structure. |
_policyId | uint256 | The ID of the policy the rule belongs to. |
_ruleId | uint256 | The ID of the rule to store. |
_rule | Rule | The rule to store. |
Name | Type | Description |
---|---|---|
<none> | uint256 | ruleId The stored rule ID. |