20
20
' enum_msgtype::publish ' : msg_publish
21
21
' enum_msgtype::confirm_req ' : msg_confirm_req
22
22
' enum_msgtype::confirm_ack ' : msg_confirm_ack
23
- ' enum_msgtype::bulk_pull ' : msg_bulk_pull
23
+ ' enum_msgtype::bulk_pull ' : msg_bulk_pull
24
24
' enum_msgtype::bulk_push ' : msg_bulk_push
25
25
' enum_msgtype::frontier_req ' : msg_frontier_req
26
26
' enum_msgtype::bulk_pull_blocks ' : msg_bulk_pull_blocks
@@ -162,7 +162,7 @@ types:
162
162
doc : 128-bit big endian balance
163
163
- id : signature
164
164
size : 64
165
- doc : ed25519 signature
165
+ doc : ed25519-blake2b signature
166
166
- id : work
167
167
type : u8le
168
168
doc : Proof of work
@@ -177,7 +177,7 @@ types:
177
177
doc : Hash of the source send block
178
178
- id : signature
179
179
size : 64
180
- doc : ed25519 signature
180
+ doc : ed25519-blake2b signature
181
181
- id : work
182
182
type : u8le
183
183
doc : Proof of work
@@ -195,7 +195,7 @@ types:
195
195
doc : Public key of account being opened
196
196
- id : signature
197
197
size : 64
198
- doc : ed25519 signature
198
+ doc : ed25519-blake2b signature
199
199
- id : work
200
200
type : u8le
201
201
doc : Proof of work
@@ -210,7 +210,7 @@ types:
210
210
doc : Public key of new representative account
211
211
- id : signature
212
212
size : 64
213
- doc : ed25519 signature
213
+ doc : ed25519-blake2b signature
214
214
- id : work
215
215
type : u8le
216
216
doc : Proof of work
@@ -234,7 +234,7 @@ types:
234
234
doc : Pairing send's block hash (open/receive), 0 (change) or destination public key (send)
235
235
- id : signature
236
236
size : 64
237
- doc : ed25519 signature
237
+ doc : ed25519-blake2b signature
238
238
- id : work
239
239
type : u8be
240
240
doc : Proof of work (big endian)
0 commit comments