libbtc
bitcoinclibrary
Data Structures | Typedefs | Variables
chain.h File Reference
#include "btc.h"
#include <stdint.h>
#include <sys/types.h>

Go to the source code of this file.

Data Structures

struct  btc_chain
 

Typedefs

typedef struct btc_chain btc_chain
 

Variables

static const btc_chain btc_chain_main = {"main", 0x00, 0x05, 0x80, 0x0488ADE4, 0x0488B21E}
 
static const btc_chain btc_chain_test = {"testnet3", 0x6f, 0xc4, 0xEF, 0x04358394, 0x043587CF}
 

Typedef Documentation

typedef struct btc_chain btc_chain

Variable Documentation

const btc_chain btc_chain_main = {"main", 0x00, 0x05, 0x80, 0x0488ADE4, 0x0488B21E}
static

Definition at line 49 of file chain.h.

const btc_chain btc_chain_test = {"testnet3", 0x6f, 0xc4, 0xEF, 0x04358394, 0x043587CF}
static

Definition at line 50 of file chain.h.