Skip to content

Commit 415b09d

Browse files
committed
llms
1 parent 127cc1d commit 415b09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16586,7 +16586,7 @@ These are the methods that can be invoked and their parameters:
1658616586
- **`newBlockParams` ++"NewBlockParams"++**: The parameters to build the new block with. Where the `NewBlockParams` interface includes the following properties.
1658716587

1658816588
- **`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.
1659016590
- **`hrmp` ++"Record<string | number, { data: string, sentAt: number }[]>"++**: The horizontal messages to include in the block.
1659116591
- **`to` ++"number"++**: The block number to build to.
1659216592
- **`transactions` ++"string[]"++**: The transactions to include in the block.

0 commit comments

Comments
 (0)