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

#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]
 

Detailed Description

struct of the body block of the info file

Definition at line 486 of file f_nano_crypto_util.h.

Field Documentation

◆ last_used_wallet_number

uint32_t last_used_wallet_number

Last used wallet number.

Definition at line 490 of file f_nano_crypto_util.h.

◆ max_fee

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.

◆ reserved

uint8_t reserved[44]

Reserved.

Definition at line 496 of file f_nano_crypto_util.h.

◆ wallet_prefix

uint8_t wallet_prefix

Wallet prefix: 0 for NANO; 1 for XRB.

Definition at line 488 of file f_nano_crypto_util.h.

◆ wallet_representative

char wallet_representative[MAX_STR_NANO_CHAR]

Wallet representative.

Definition at line 492 of file f_nano_crypto_util.h.


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