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: develop/toolkit/parachains/fork-chains/chopsticks/get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ These are the methods that can be invoked and their parameters:
106
106
- **`newBlockParams` ++"NewBlockParams"++**: The parameters to build the new block with. Where the `NewBlockParams` interface includes the following properties.
107
107
108
108
- **`count` ++"number"++**: The number of blocks to build.
109
-
- **`dmp` ++"{ msg**: String, sentAt: number }[]"++: the downward messages to include in the block.
109
+
- **`dmp` ++"{ msg: string, sentAt: number }[]"++**: the downward messages to include in the block.
110
110
- `hrmp` ++"Record<string | number, { data: string, sentAt: number }[]>"++ - the horizontal messages to include in the block.
111
111
- **`to` ++"number"++**: The block number to build to.
112
112
- **`transactions` ++"string[]"++**: The transactions to include in the block.
0 commit comments