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: src/api/archive_unstable_body.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
@@ -2,7 +2,7 @@
2
2
3
3
**Parameters**:
4
4
5
-
-`hash`: String containing the hexadecimal-encoded hash of the header of the block whose body must be retrieved.
5
+
-`hash`: String containing an hexadecimal-encoded hash of the header of the block whose body to fetch.
6
6
7
7
**Return value**: If a block with that hash is found, an array of strings containing the hexadecimal-encoded SCALE-codec-encoded transactions in that block. If no block with that hash is found, `null`.
0 commit comments