UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
Loading...
Searching...
No Matches
secp256k1::coins::CoinParams Struct Reference

#include <coin_params.hpp>

Public Attributes

const char * name
 
const char * ticker
 
std::uint8_t p2pkh_version
 
std::uint8_t p2pkh_version_test
 
std::uint8_t p2sh_version
 
std::uint8_t wif_prefix
 
std::uint8_t wif_prefix_test
 
const char * bech32_hrp
 
const char * bech32_hrp_test
 
std::uint32_t coin_type
 
AddressHash hash_algo
 
AddressEncoding default_encoding
 
std::uint32_t xprv_version
 
std::uint32_t xpub_version
 
std::uint64_t chain_id
 
CoinFeatures features
 

Detailed Description

Definition at line 56 of file coin_params.hpp.

Member Data Documentation

◆ bech32_hrp

const char* secp256k1::coins::CoinParams::bech32_hrp

Definition at line 69 of file coin_params.hpp.

◆ bech32_hrp_test

const char* secp256k1::coins::CoinParams::bech32_hrp_test

Definition at line 70 of file coin_params.hpp.

◆ chain_id

std::uint64_t secp256k1::coins::CoinParams::chain_id

Definition at line 84 of file coin_params.hpp.

◆ coin_type

std::uint32_t secp256k1::coins::CoinParams::coin_type

Definition at line 73 of file coin_params.hpp.

◆ default_encoding

AddressEncoding secp256k1::coins::CoinParams::default_encoding

Definition at line 77 of file coin_params.hpp.

◆ features

CoinFeatures secp256k1::coins::CoinParams::features

Definition at line 87 of file coin_params.hpp.

◆ hash_algo

AddressHash secp256k1::coins::CoinParams::hash_algo

Definition at line 76 of file coin_params.hpp.

◆ name

const char* secp256k1::coins::CoinParams::name

Definition at line 58 of file coin_params.hpp.

◆ p2pkh_version

std::uint8_t secp256k1::coins::CoinParams::p2pkh_version

Definition at line 62 of file coin_params.hpp.

◆ p2pkh_version_test

std::uint8_t secp256k1::coins::CoinParams::p2pkh_version_test

Definition at line 63 of file coin_params.hpp.

◆ p2sh_version

std::uint8_t secp256k1::coins::CoinParams::p2sh_version

Definition at line 64 of file coin_params.hpp.

◆ ticker

const char* secp256k1::coins::CoinParams::ticker

Definition at line 59 of file coin_params.hpp.

Referenced by secp256k1::coins::find_by_ticker().

◆ wif_prefix

std::uint8_t secp256k1::coins::CoinParams::wif_prefix

Definition at line 65 of file coin_params.hpp.

◆ wif_prefix_test

std::uint8_t secp256k1::coins::CoinParams::wif_prefix_test

Definition at line 66 of file coin_params.hpp.

◆ xprv_version

std::uint32_t secp256k1::coins::CoinParams::xprv_version

Definition at line 80 of file coin_params.hpp.

◆ xpub_version

std::uint32_t secp256k1::coins::CoinParams::xpub_version

Definition at line 81 of file coin_params.hpp.


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