Nano cryptocurrency C library with P2PoW/DPoW support
1.0.0
|
#include <f_nano_crypto_util.h>
Data Fields | |
uint8_t | preamble [32] |
uint8_t | account [32] |
uint8_t | previous [32] |
uint8_t | representative [32] |
f_uint128_t | balance |
uint8_t | link [32] |
uint8_t | signature [64] |
uint8_t | prefixes |
uint64_t | work |
Nano signed block raw data defined in this reference
Definition at line 268 of file f_nano_crypto_util.h.
uint8_t account[32] |
Account in raw binary data.
Definition at line 272 of file f_nano_crypto_util.h.
f_uint128_t balance |
Big number 128 bit raw balance.
Definition at line 280 of file f_nano_crypto_util.h.
uint8_t link[32] |
link or destination account
Definition at line 282 of file f_nano_crypto_util.h.
uint8_t preamble[32] |
Block preamble.
Definition at line 270 of file f_nano_crypto_util.h.
uint8_t prefixes |
Internal use for this API.
Definition at line 286 of file f_nano_crypto_util.h.
uint8_t previous[32] |
Previous block.
Definition at line 274 of file f_nano_crypto_util.h.
uint8_t representative[32] |
Representative for current account.
Definition at line 276 of file f_nano_crypto_util.h.
uint8_t signature[64] |
Signature of the block.
Definition at line 284 of file f_nano_crypto_util.h.
uint64_t work |
Internal use for this API.
Definition at line 288 of file f_nano_crypto_util.h.