Skip to content

Commit 6f7d9b0

Browse files
committed
fix docs
1 parent c5721ec commit 6f7d9b0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/pages/store/reference/store-hook.mdx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
[//]: # "This file is autogenerated, do not change manually"
22

3-
## Constants
4-
5-
[Git Source](https://github.com/latticexyz/mud/blob/main/packages/store/src/IStoreHook.sol)
6-
7-
#### STORE_HOOK_INTERFACE_ID
8-
9-
```solidity
10-
bytes4 constant STORE_HOOK_INTERFACE_ID = IStoreHook.onBeforeSetRecord.selector ^
11-
IStoreHook.onAfterSetRecord.selector ^
12-
IStoreHook.onBeforeSpliceStaticData.selector ^
13-
IStoreHook.onAfterSpliceStaticData.selector ^
14-
IStoreHook.onBeforeSpliceDynamicData.selector ^
15-
IStoreHook.onAfterSpliceDynamicData.selector ^
16-
IStoreHook.onBeforeDeleteRecord.selector ^
17-
IStoreHook.onAfterDeleteRecord.selector;
18-
```
19-
203
## IStoreHook
214

225
| [Usage Sample](/store/store-hooks#store-hook-contract) | [Git Source](https://github.com/latticexyz/mud/blob/main/packages/store/src/IStoreHook.sol) |

0 commit comments

Comments
 (0)