libbtc
bitcoinclibrary
Data Fields
btc_hdnode Struct Reference

#include <bip32.h>

Data Fields

uint32_t depth
 
uint32_t fingerprint
 
uint32_t child_num
 
uint8_t chain_code [BTC_BIP32_CHAINCODE_SIZE]
 
uint8_t private_key [BTC_ECKEY_PKEY_LENGTH]
 
uint8_t public_key [BTC_ECKEY_COMPRESSED_LENGTH]
 

Detailed Description

Definition at line 41 of file bip32.h.

Field Documentation

uint8_t btc_hdnode::chain_code[BTC_BIP32_CHAINCODE_SIZE]
uint32_t btc_hdnode::child_num
uint32_t btc_hdnode::depth
uint32_t btc_hdnode::fingerprint
uint8_t btc_hdnode::private_key[BTC_ECKEY_PKEY_LENGTH]
uint8_t btc_hdnode::public_key[BTC_ECKEY_COMPRESSED_LENGTH]

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