Nano cryptocurrency C library with P2PoW/DPoW support  1.0.0
f_nano_wallet_info_t Struct Reference

#include <f_nano_crypto_util.h>

Data Fields

uint8_t header [sizeof(F_NANO_WALLET_INFO_MAGIC)]
 
uint16_t version
 
char desc [F_NANO_DESC_SZ]
 
uint8_t nanoseed_hash [32]
 
uint8_t file_info_integrity [32]
 
F_NANO_WALLET_INFO_BODY body
 

Detailed Description

struct of the body block of the info file

Definition at line 518 of file f_nano_crypto_util.h.

Field Documentation

◆ body

F_NANO_WALLET_INFO_BODY body

Body of the file info.

Definition at line 530 of file f_nano_crypto_util.h.

◆ desc

char desc[F_NANO_DESC_SZ]

Description.

Definition at line 524 of file f_nano_crypto_util.h.

◆ file_info_integrity

uint8_t file_info_integrity[32]

File info integrity of the body block.

Definition at line 528 of file f_nano_crypto_util.h.

◆ header

uint8_t header[sizeof(F_NANO_WALLET_INFO_MAGIC)]

Header magic.

Definition at line 520 of file f_nano_crypto_util.h.

◆ nanoseed_hash

uint8_t nanoseed_hash[32]

Nano SEED hash file.

Definition at line 526 of file f_nano_crypto_util.h.

◆ version

uint16_t version

Version.

Definition at line 522 of file f_nano_crypto_util.h.


The documentation for this struct was generated from the following file: