Bitcoinex.Bech32 (bitcoinex v0.1.2) View Source
Includes Bech32 serialization and validation.
Reference: https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki#bech32
Link to this section Summary
Link to this section Types
Link to this section Functions
Specs
Specs
decode(String.t(), max_encoded_length()) :: {:ok, {hrp(), data()}} | {:error, error()}