Overview
Comment: | Cleaned up man page some |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d91ac639f48649a2100e6e4224dd4215 |
User & Date: | rkeene on 2018-07-17 13:56:18 |
Other Links: | manifest | tags |
Context
2018-07-17
| ||
15:14 | When creating the wiki page, use a local version of mandoc and post-process it to try to get some useful sort of output check-in: b706fc94d9 user: rkeene tags: trunk | |
13:56 | Cleaned up man page some check-in: d91ac639f4 user: rkeene tags: trunk | |
2018-07-16
| ||
22:03 | Added start of documenting the network protocol check-in: 343acb481b user: rkeene tags: trunk | |
Changes
Modified nano.man from [db5ba6c98c] to [3f47cde379].
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - | The .I representation portion of the command name may be one of .B dict or .BR json . .. |
︙ | |||
134 135 136 137 138 139 140 | 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | - + | .B hash .I blockData .RB ? -hex | -binary ? .br .B signBlockHash .I blockHash |
︙ | |||
321 322 323 324 325 326 327 | 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 | + + + - - + + + + + + + + - - | .RB \(dq xrb_ \(dq) and 300 bits of base32 encoded data. The 300-bits of base32 encoded data produce a string that is 6 characters long using the base32 alphabet .BR 13456789abcdefghijkmnopqrstuwxyz . The format of these 300 bits are .EX struct { uint4_t padding = 0000b; uint256_t publicKey; |
︙ | |||
394 395 396 397 398 399 400 | 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 | - + | this message to. The .B version field indicates what version of the Nano protocol this node is using. The messageType field indicates what type of message is being relayed, and must conform to the following enumeration .TS |
︙ | |||
472 473 474 475 476 477 478 | 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 | - + - + | .RB ? -verify | -no-verify ? .BI " -> " publicKey Converts a Nano address to a public key. The .B -hex option indicates that the public key should be returned in hexadecimal form. The |
︙ | |||
958 959 960 961 962 963 964 | 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 | - + | .B :nano::account::getPending .I account .RI ? blockHash ? .RI " -> " dict This procedure is used as part of the High-level Account interface. It is used to retrieve information stored by |
︙ | |||
1054 1055 1056 1057 1058 1059 1060 | 1060 1061 1062 1063 1064 1065 1066 1067 1068 | - | set accountPrivateKey [::nano::key::fromSeed $seed $index -hex] set accountAddress [::nano::address::fromPrivateKey $accountPrivateKey] puts " - $index: $accountAddress" } .EE .SH AUTHOR |