Skip to content

Commit 9f3ce05

Browse files
authored
Revamp RPC chapter (#38)
* gitignore DS_Store * Revamp RPC chapter (#35) * Revamp documentation about transaction RPCs. * Revamp documentation about Block RPCs. * Rewrite introduction to RPC chapter. Add new Calling RPCs section. * Add “RPC requests and responses” section * Tweak requests and responses section. * Document request and response types of the state and validator_set RPCs. * Document the request and response types of the `validator_sets` RPC. * Document state RPCs. * Restructure "types featuring in RPC responses" section and add links to it. * Note that the stake RPC gets from the Next Validator Set network account storage field. * Add introduction paragraphs for each RPC category. * Remove conventions section.
1 parent 264391e commit 9f3ce05

File tree

5 files changed

+255
-62
lines changed

5 files changed

+255
-62
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.pdf
1+
*.pdf
2+
.DS_Store

Blockchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ A **transaction** is a digitally signed instruction by an identified party (the
163163

164164
**Receipt** is a type alias of `Vec<CommandReceipt>`, and is a compact summary of what happened during the execution of a transaction.
165165

166-
Each **command receipt** in a receipt describe what happened during each of the transactions' commands:
166+
Each **command receipt** in a receipt describe what happened during one of the transactions' commands:
167167

168168
|Field|Type|Description|
169169
|---|---|---|

0 commit comments

Comments
 (0)