bech32
library
Classes
-
Bech32
-
Bech32 is a dead simple wrapper around a Human Readable Part (HRP) and a
bunch of bytes.
-
Bech32Codec
-
-
Bech32Decoder
-
-
Bech32Encoder
-
-
Bech32Validations
-
Generic validations for Bech32 standard.
-
Segwit
-
A representation of a Segwit Bech32 address. This class can be used to obtain the
scriptPubKey
.
-
SegwitCodec
-
A codec which converts a Segwit class to its String representation and vice versa.
-
SegwitDecoder
-
This class converts a String to a Segwit class instance.
-
SegwitEncoder
-
This class converts a Segwit class instance to a String.
-
SegwitValidations
-
Generic validations for a Segwit class.