97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
.br
.B json::work
.I blockJSON
.RB ? -update | -work " ?" -hex | -binary ??
.br
.B json::validateWork
.I blockJSON
.B dict::toBlock
.I blockDict
.br
.B dict::fromJSON
.I blockJSON
.br
|
>
>
>
|
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
.br
.B json::work
.I blockJSON
.RB ? -update | -work " ?" -hex | -binary ??
.br
.B json::validateWork
.I blockJSON
.br
.B json::filter
.I blockJSON
.B dict::toBlock
.I blockDict
.br
.B dict::fromJSON
.I blockJSON
.br
|
458
459
460
461
462
463
464
465
466
467
468
469
470
471
|
.TP
.B ::nano::block::json::fromDict
.I blockDict
.RI " -> " blockJSON
Converts from a Tcl dictionary representation to a JSON representation of a block.
.TP
.B ::nano::block::dict::fromJSON
.I blockJSON
.RI " -> " blockDict
Converts from a JSON object representation to a Tcl dictionary representation of a block.
|
>
>
>
>
>
>
>
>
>
|
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
|
.TP
.B ::nano::block::json::fromDict
.I blockDict
.RI " -> " blockJSON
Converts from a Tcl dictionary representation to a JSON representation of a block.
.TP
.B ::nano::block::json::filter
.I blockJSON
.RI " -> " blockJSON
Filters out JSON object attributes which are not suitable for using with other
implementations, such as
.IR _comment ", " _workData ", and " _blockHash .
.TP
.B ::nano::block::dict::fromJSON
.I blockJSON
.RI " -> " blockDict
Converts from a JSON object representation to a Tcl dictionary representation of a block.
|