Name | Type | Description |
---|---|---|
owner | address | The initial owner of the diamond. |
StringVerificationStruct
containing the raw string data.
Name | Type | Description |
---|---|---|
policyId | uint256 | The ID of the policy containing the rule. |
ruleId | uint256 | The ID of the rule containing the instruction set. |
instructionSetId | uint256 | The ID of the instruction set to retrieve the raw string from. |
Name | Type | Description |
---|---|---|
retVal | StringVerificationStruct | A StringVerificationStruct containing the raw string data for the specified instruction set. |
Name | Type | Description |
---|---|---|
policyId | uint256 | The ID of the policy to which the rule belongs. |
ruleId | uint256 | The ID of the rule within the policy. |
instructionSetId | uint256 | The ID of the instruction set to retrieve the address verification structure from. |
Name | Type | Description |
---|---|---|
retVal | AddressVerificationStruct | The AddressVerificationStruct containing the raw address data. |
Name | Type | Description |
---|---|---|
_policyId | uint256 | The ID of the policy associated with the instruction set. |
_ruleId | uint256 | The ID of the rule associated with the instruction set. |
_instructionSetId | uint256 | The ID of the instruction set to retrieve data from. |
_pType | ParamTypes | The parameter type (PT) associated with the instruction set. |
Name | Type | Description |
---|---|---|
instructionSetValue | uint256 | The value of the instruction set. |
encoded | bytes | The raw encoded data associated with the instruction set. |