IoTeX client
Public Member Functions | Public Attributes | List of all members
bech32::DecodeResult Struct Reference

Public Member Functions

 DecodeResult (Encoding enc, std::string &&h, std::vector< uint8_t > &&d)
 

Public Attributes

Encoding encoding
 
std::string hrp
 The human readable part.
 
std::vector< uint8_t > data
 The payload (excluding checksum)
 

Member Data Documentation

◆ encoding

Encoding bech32::DecodeResult::encoding

What encoding was detected in the result; Encoding::INVALID if failed.


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