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

#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
 

Detailed Description

Nano signed block raw data defined in this reference

Definition at line 268 of file f_nano_crypto_util.h.

Field Documentation

◆ account

uint8_t account[32]

Account in raw binary data.

Definition at line 272 of file f_nano_crypto_util.h.

◆ balance

f_uint128_t balance

Big number 128 bit raw balance.

See also
f_uint128_t

Definition at line 280 of file f_nano_crypto_util.h.

◆ link

uint8_t link[32]

link or destination account

Definition at line 282 of file f_nano_crypto_util.h.

◆ preamble

uint8_t preamble[32]

Block preamble.

Definition at line 270 of file f_nano_crypto_util.h.

◆ prefixes

uint8_t prefixes

Internal use for this API.

Definition at line 286 of file f_nano_crypto_util.h.

◆ previous

uint8_t previous[32]

Previous block.

Definition at line 274 of file f_nano_crypto_util.h.

◆ representative

uint8_t representative[32]

Representative for current account.

Definition at line 276 of file f_nano_crypto_util.h.

◆ signature

uint8_t signature[64]

Signature of the block.

Definition at line 284 of file f_nano_crypto_util.h.

◆ work

uint64_t work

Internal use for this API.

Definition at line 288 of file f_nano_crypto_util.h.


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