Skip to content

Commit

Permalink
Merge pull request #622 from w3f/update-extra-signed
Browse files Browse the repository at this point in the history
Update Extrinsic Signature description
  • Loading branch information
lamafab authored Feb 22, 2023
2 parents d6f8c9f + 559e651 commit 6f0f296
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions 02_runtime/07-extrinsics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,17 @@ where::
* latexmath:[M_i]: the module indicator (<<defn-module-indicator>>).
* latexmath:[F_i(m)]: the function indicator of the module (<<defn-function-indicator>>).
* latexmath:[E]: the extra data (<<defn-extra-data>>).
* latexmath:[R_v]: a UINT32 containing the specification version of `14`.
* latexmath:[F_v]: a UINT32 containing the format version of `2`.
* latexmath:[R_v]: a UINT32 containing the specification version
(`spec_version`) of the Runtime (<<#defn-rt-core-version>>), which can be
updated and is therefore subject to change.
* latexmath:[F_v]: a UINT32 containing the transaction version
(`transaction_version`) of the Runtime (<<#defn-rt-core-version>>), which can be
updated and is therefore subject to change.
* latexmath:[H_h(G)]: a 32-byte array containing the genesis hash.
* latexmath:[H_h(B)]: a 32-byte array containing the hash of the block
which starts the mortality period, as described in <<defn-extrinsic-mortality>>.
====


.Extra Data
[#defn-extra-data]
====
Expand Down

0 comments on commit 6f0f296

Please sign in to comment.