File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ MetaData:
3939 custody_group_count :
4040 description : " Uint64 representing the node's custody group count. The metadata is present from the Fulu fork."
4141 $ref : " ./primitive.yaml#/Uint64"
42+ next_fork_digest :
43+ description : " Byte4 representing the next fork digest. The metadata is present from the Fulu fork."
44+ $ref : " ./primitive.yaml#/Byte4"
4245
4346Peer :
4447 type : object
Original file line number Diff line number Diff line change 6060 example : " 0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2"
6161 pattern : " ^0x[a-fA-F0-9]{64}$"
6262
63+ Byte4 :
64+ type : string
65+ format : hex
66+ example : " 0x00000000"
67+ pattern : " ^0x[a-fA-F0-9]{8}$"
68+
6369Bytes32 :
6470 type : string
6571 format : hex
You can’t perform that action at this time.
0 commit comments