libbtc
bitcoinclibrary
Data Fields
btc_chain Struct Reference

#include <chain.h>

Data Fields

char chainname [32]
 
uint8_t b58prefix_pubkey_address
 
uint8_t b58prefix_script_address
 
uint8_t b58prefix_secret_address
 
uint32_t b58prefix_bip32_privkey
 private key More...
 
uint32_t b58prefix_bip32_pubkey
 

Detailed Description

Definition at line 39 of file chain.h.

Field Documentation

uint32_t btc_chain::b58prefix_bip32_privkey

private key

Definition at line 45 of file chain.h.

Referenced by btc_hdnode_deserialize(), and btc_hdnode_serialize_private().

uint32_t btc_chain::b58prefix_bip32_pubkey

Definition at line 46 of file chain.h.

Referenced by btc_hdnode_deserialize(), and btc_hdnode_serialize_public().

uint8_t btc_chain::b58prefix_pubkey_address

Definition at line 42 of file chain.h.

Referenced by btc_tx_add_address_out().

uint8_t btc_chain::b58prefix_script_address

Definition at line 43 of file chain.h.

Referenced by btc_tx_add_address_out().

uint8_t btc_chain::b58prefix_secret_address

Definition at line 44 of file chain.h.

char btc_chain::chainname[32]

Definition at line 41 of file chain.h.


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