414
415
416
417
418
419
420
421
422
423
424
425
426
427
|
0x03:Publish:No:Yes:0+
0x04:Confirm_Req:No:Yes:0+
0x05:Confirm_Ack:No:Yes:0+
0x06:Bulk_Pull:Yes:No:?
0x07:Bulk_Push:Yes:No:?
0x08:Frontier_Req:Yes:No:?
0x09:Bulk_Pull_Blocks:Yes:No:11+
.TE
.B "TODO: Extensions"
Following the message header comes the payload for the particular message
type.
|
>
>
|
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
|
0x03:Publish:No:Yes:0+
0x04:Confirm_Req:No:Yes:0+
0x05:Confirm_Ack:No:Yes:0+
0x06:Bulk_Pull:Yes:No:?
0x07:Bulk_Push:Yes:No:?
0x08:Frontier_Req:Yes:No:?
0x09:Bulk_Pull_Blocks:Yes:No:11+
0x0A:Node_ID_Handshake:Yes:No:12+
0x0B:Bulk_Pull_Account:Yes:No:12+
.TE
.B "TODO: Extensions"
Following the message header comes the payload for the particular message
type.
|
490
491
492
493
494
495
496
497
498
499
500
501
502
503
|
block hash that corresponds to the frontier (most recent block) for that
account's blockchain from the node where the response was generated.
.TP
.B Bulk_Pull_Blocks
TODOC
.SH PROCEDURES
.SS Addresses
.TP
.B ::nano::address::toPublicKey
.I address
.RB ? -hex | -binary ?
|
>
>
>
>
>
>
>
|
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
|
block hash that corresponds to the frontier (most recent block) for that
account's blockchain from the node where the response was generated.
.TP
.B Bulk_Pull_Blocks
TODOC
.TP
.B Node_ID_Handshake
TODOC
.TP
.B Bulk_Pull_Account
TODOC
.SH PROCEDURES
.SS Addresses
.TP
.B ::nano::address::toPublicKey
.I address
.RB ? -hex | -binary ?
|