Nano cryptocurrency C library with P2PoW/DPoW support
1.0.0
|
#include <f_nano_crypto_util.h>
Data Fields | |
uint8_t | wallet_prefix |
uint32_t | last_used_wallet_number |
char | wallet_representative [MAX_STR_NANO_CHAR] |
char | max_fee [F_RAW_STR_MAX_SZ] |
uint8_t | reserved [44] |
struct of the body block of the info file
Definition at line 486 of file f_nano_crypto_util.h.
uint32_t last_used_wallet_number |
Last used wallet number.
Definition at line 490 of file f_nano_crypto_util.h.
char max_fee[F_RAW_STR_MAX_SZ] |
Custom preferred max fee of Proof of Work.
Definition at line 494 of file f_nano_crypto_util.h.
uint8_t reserved[44] |
Reserved.
Definition at line 496 of file f_nano_crypto_util.h.
uint8_t wallet_prefix |
Wallet prefix: 0 for NANO; 1 for XRB.
Definition at line 488 of file f_nano_crypto_util.h.
char wallet_representative[MAX_STR_NANO_CHAR] |
Wallet representative.
Definition at line 492 of file f_nano_crypto_util.h.