Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nodes
common
doc
Commits
71621a27
Commit
71621a27
authored
Jun 17, 2018
by
Éloïs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] line breaks
parent
b82409e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rfc/0006_ws2p_v2.md
rfc/0006_ws2p_v2.md
+4
-4
No files found.
rfc/0006_ws2p_v2.md
View file @
71621a27
...
...
@@ -87,10 +87,10 @@ i8 : Signed 8-bit integer
i16 : Signed 16-bit integer
i32 : Signed 32-bit integer
i64 : Signed 64-bit integer
[
T; n
]
:
Array
of n elements of type T
bool : boolean stored on 8 bits (0x00 = false, 0x01 = true, any other value must generate an error).
0 : Corresponds to data that must be filled with bits to zero (for example padding).
specific : Corresponds to a non-primitive type, which must be detailed in the RFC.
[
T; n
]
:
Array
of n elements of type T
bool : boolean stored on 8 bits (0x00 = false, 0x01 = true, any other value must generate an error).
0 : Corresponds to data that must be filled with bits to zero (for example padding).
specific : Corresponds to a non-primitive type, which must be detailed in the RFC.
Blockstamp : BlockNumber(u32) + BlockHash([u8; 32])
#### Endianness
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment