SegwitBech32Const class

A utility class containing constants used for segwit Bech32 encoding and decoding.

Constructors

SegwitBech32Const()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

checksumStrLen → const int
Checksum length
separator → const String
Separator
witnessProgMaxByteLen → const int
Maximum witness program length in bytes
witnessProgMinByteLen → const int
Minimum witness program length in bytes
witnessVerBech32 → const int
Witness version for Bech32 encoding
witnessVerMaxVal → const int
Witness version maximum value
witnessVerZeroDataByteLen → const List<int>
Accepted data lengths when witness version is zero