Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Extrinsic Signature description #622

Merged
merged 2 commits into from
Feb 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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