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
"\"nTx\" : n, (numeric) The number of transactions in the block.\n"
772
804
"\"signblock_witness_asm\" : \"xxxx\", (string) ASM of sign block witness data.\n"
773
805
"\"signblock_witness_hex\" : \"xxxx\", (string) Hex of sign block witness data.\n"
806
+
"\"dynamic_parameters\" : (obj) Dynamic federation parameters in the block, if any.\n"
807
+
" {\n"
808
+
"\"current\" : (obj) enforced dynamic federation parameters. Do note that only the signblockscript is published for each block, while others are published only at epoch start.\n"
809
+
" {\n"
810
+
"\"signblockscript\" : \"xxxx\", (string) signblock script in hex\n"
811
+
"\"max_block_witness\" : x, (numeric) Maximum serialized size of the block witness stack\n"
812
+
"\"fedpegscript\" : \"xxxx\", (string) fedpegscript in hex\n"
813
+
"\"extension_space\" : (array) Array of hex-encoded strings\n"
814
+
" [\n"
815
+
" xxxx,\n"
816
+
" ...\n"
817
+
" ]\n"
818
+
" }\n"
819
+
"\"proposed\" : (obj) Proposed paramaters. Uninforced. Must be published in full.\n"
820
+
" {\n"
821
+
" ... same entries as current\n"
822
+
" }\n"
823
+
" }\n"
774
824
"\"previousblockhash\" : \"hash\", (string) The hash of the previous block\n"
775
825
"\"nextblockhash\" : \"hash\", (string) The hash of the next block\n"
"\"nTx\" : n, (numeric) The number of transactions in the block.\n"
874
924
"\"signblock_witness_asm\" : \"xxxx\", (string) ASM of sign block witness data.\n"
875
925
"\"signblock_witness_hex\" : \"xxxx\", (string) Hex of sign block witness data.\n"
926
+
"\"dynamic_parameters\" : (obj) Dynamic federation parameters in the block, if any.\n"
927
+
" {\n"
928
+
"\"current\" : (obj) enforced dynamic federation parameters. Do note that only the signblockscript is published for each block, while others are published only at epoch start.\n"
929
+
" {\n"
930
+
"\"signblockscript\" : \"xxxx\", (string) signblock script in hex\n"
931
+
"\"max_block_witness\" : x, (numeric) Maximum serialized size of the block witness stack\n"
932
+
"\"fedpegscript\" : \"xxxx\", (string) fedpegscript in hex\n"
933
+
"\"extension_space\" : (array) Array of hex-encoded strings\n"
934
+
" [\n"
935
+
" xxxx,\n"
936
+
" ...\n"
937
+
" ]\n"
938
+
" }\n"
939
+
"\"proposed\" : (obj) Proposed paramaters. Uninforced. Must be published in full.\n"
940
+
" {\n"
941
+
" ... same entries as current\n"
942
+
" }\n"
943
+
" }\n"
876
944
"\"previousblockhash\" : \"hash\", (string) The hash of the previous block\n"
877
945
"\"nextblockhash\" : \"hash\" (string) The hash of the next block\n"
"\"fedpegscript\": \"xxxx\", (string) The fedpegscript in hex\n"
2506
+
"\"fedpegscript\": \"xxxx\", (string) The fedpegscript in hex from genesis block\n"
2507
+
"\"current_fedpegscripts\": (array) The currently-enforced fedpegscripts in hex. Peg-ins for any entries on this list are honored by consensus and policy. Oldest first. Two total entries are possible.\n"
2508
+
" [\n"
2509
+
"\"xxxx\", (string) Hex-encoded active fedpegscript\n"
2510
+
" ...\n"
2511
+
" ]\n"
2411
2512
"\"pegged_asset\" : \"xxxx\", (string) Pegged asset type in hex\n"
2412
2513
"\"min_peg_diff\" : \"xxxx\", (string) The minimum difficulty parent chain header target. Peg-in headers that have less work will be rejected as an anti-Dos measure.\n"
2413
2514
"\"parent_blockhash\" : \"xxxx\", (string) The parent genesis blockhash as source of pegged-in funds.\n"
0 commit comments