You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llms.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16586,7 +16586,7 @@ These are the methods that can be invoked and their parameters:
16586
16586
- **`newBlockParams` ++"NewBlockParams"++**: The parameters to build the new block with. Where the `NewBlockParams` interface includes the following properties.
16587
16587
16588
16588
- **`count` ++"number"++**: The number of blocks to build.
16589
-
- **`dmp` ++"{ msg: string, sentAt: number }[]"++**: the downward messages to include in the block.
16589
+
- **`dmp` ++"{ msg: string, sentAt: number }[]"++**: The downward messages to include in the block.
16590
16590
- **`hrmp` ++"Record<string | number, { data: string, sentAt: number }[]>"++**: The horizontal messages to include in the block.
16591
16591
- **`to` ++"number"++**: The block number to build to.
16592
16592
- **`transactions` ++"string[]"++**: The transactions to include in the block.
0 commit comments