BurnH160 class
Constructors
- BurnH160({required Uint8List issueMain, required Uint8List reissue, required Uint8List issueSub, required Uint8List issueUnique, required Uint8List issueMessage, required Uint8List issueQualifier, required Uint8List issueSubQualifier, required Uint8List issueRestricted, required Uint8List addTag, required Uint8List burn})
Properties
- addTag → Uint8List
-
final
- burn → Uint8List
-
final
-
h160s
→ List<
Uint8List> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueMain → Uint8List
-
final
- issueMessage → Uint8List
-
final
- issueQualifier → Uint8List
-
final
- issueRestricted → Uint8List
-
final
- issueSub → Uint8List
-
final
- issueSubQualifier → Uint8List
-
final
- issueUnique → Uint8List
-
final
- reissue → Uint8List
-
final
- 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
Static Methods
-
addressToH160(
String address) → String