Name | Type | Description |
---|---|---|
ds | RuleProcessorDiamondStorage | Data storage for Rule Processor Facet Storage |
Name | Type | Description |
---|---|---|
ds | RuleDataStorage | Data Storage of Rule Data Storage |
Name | Type | Description |
---|---|---|
_diamondCut | FacetCut[] | Facets Array |
init | address | Address of the contract or facet to execute “data” |
data | bytes | A function call, including function selector and arguments calldata is executed with delegatecall on “init” |
Name | Type | Description |
---|---|---|
_facetAddress | address | Address of Facet |
_functionSelectors | bytes4[] | Signature array of function selectors |
Name | Type | Description |
---|---|---|
_facetAddress | address | Address of Facet |
_functionSelectors | bytes4[] | Signature array of function selectors |
Name | Type | Description |
---|---|---|
_facetAddress | address | Address of Facet |
_functionSelectors | bytes4[] | Signature array of function selectors |
Name | Type | Description |
---|---|---|
init | address | The address of the contract or facet to execute “data” |
data | bytes | A function call, including function selector and arguments calldata is executed with delegatecall on “init” |
Name | Type | Description |
---|---|---|
_contract | address | The address of the contract be checked or enforced |
_errorMessage | string | Error for contract with non matching co |