SegwitValidations class

Generic validations for a Segwit class.

Implementers

Constructors

SegwitValidations()

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

isEmptyProgram(List<int> data) bool
isInvalidHrp(String hrp, String validHrp) bool
isInvalidVersion(int version) bool
isTooLongProgram(List<int> program) bool
isTooShortProgram(List<int> program) bool
isWrongVersion0Program(int version, List<int> program) bool
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