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

#include <coin_params.hpp>

Public Attributes

bool supports_segwit: 1
 
bool supports_taproot: 1
 
bool supports_p2sh: 1
 
bool compressed_only: 1
 
bool uses_evm: 1
 
bool uses_schnorr: 1
 

Detailed Description

Definition at line 45 of file coin_params.hpp.

Member Data Documentation

◆ compressed_only

bool secp256k1::coins::CoinFeatures::compressed_only

Definition at line 49 of file coin_params.hpp.

◆ supports_p2sh

bool secp256k1::coins::CoinFeatures::supports_p2sh

Definition at line 48 of file coin_params.hpp.

◆ supports_segwit

bool secp256k1::coins::CoinFeatures::supports_segwit

Definition at line 46 of file coin_params.hpp.

◆ supports_taproot

bool secp256k1::coins::CoinFeatures::supports_taproot

Definition at line 47 of file coin_params.hpp.

◆ uses_evm

bool secp256k1::coins::CoinFeatures::uses_evm

Definition at line 50 of file coin_params.hpp.

◆ uses_schnorr

bool secp256k1::coins::CoinFeatures::uses_schnorr

Definition at line 51 of file coin_params.hpp.


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