Bech32
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Bech32.type
Members list
Type members
Classlikes
Result of decoding a Bech32 string.
Result of decoding a Bech32 string.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Types
Value members
Concrete methods
Create the checksum bytes for Bech32 encoding
Create the checksum bytes for Bech32 encoding
Attributes
Decode a Bech32 string into its HRP and data (as bytes). Throws if invalid.
Decode a Bech32 string into its HRP and data (as bytes). Throws if invalid.
Attributes
Decode a Bech32 string into HRP and 5-bit data. Throws if invalid.
Decode a Bech32 string into HRP and 5-bit data. Throws if invalid.
Attributes
Encode an HRP and byte array into a Bech32 string. Throws if invalid.
Encode an HRP and byte array into a Bech32 string. Throws if invalid.
Attributes
Encode an HRP and 5-bit data into a Bech32 string. Throws if invalid.
Encode an HRP and 5-bit data into a Bech32 string. Throws if invalid.
Attributes
Convert 5-bit values into 8-bit bytes. Throws if invalid padding.
Convert 5-bit values into 8-bit bytes. Throws if invalid padding.
Attributes
Expand the human-readable prefix for checksum calculation
Expand the human-readable prefix for checksum calculation
Attributes
Compute the Bech32 polymod checksum
Compute the Bech32 polymod checksum
Attributes
Convert 8-bit bytes into 5-bit values.
Convert 8-bit bytes into 5-bit values.
Attributes
Verify the checksum of a Bech32 string
Verify the checksum of a Bech32 string