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

#include <address.hpp>

Public Attributes

fast::Scalar key
 
bool compressed
 
Network network
 
bool valid
 

Detailed Description

Definition at line 137 of file address.hpp.

Member Data Documentation

◆ compressed

bool secp256k1::WIFDecodeResult::compressed

Definition at line 139 of file address.hpp.

◆ key

fast::Scalar secp256k1::WIFDecodeResult::key

Definition at line 138 of file address.hpp.

◆ network

Network secp256k1::WIFDecodeResult::network

Definition at line 140 of file address.hpp.

◆ valid

bool secp256k1::WIFDecodeResult::valid

Definition at line 141 of file address.hpp.


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