Principal class

Implementers

Constructors

Principal(Uint8List _arr)
Principal.create(int uSize, Uint8List data)
factory

Properties

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

Methods

isAnonymous() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toAccountID() Uint8List
toBlob() Uint8List
toHex() String
toJson() String
toString() String
A string representation of this object.
override
toText() String
toUint8Array() Uint8List

Operators

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