ontology_dart_sdk
crypto
Address
valueLE property
valueLE
Address class
Constructors
Address
Properties
hexEncoded
hexEncodedLE
value
valueLE
hashCode
runtimeType
Methods
serialize
toBase58
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encodeToBase58
fromBase58
fromOntId
fromPubkey
fromValue
fromVMCode
generateOntId
valueLE property
Uint8List
valueLE
Implementation
Uint8List get valueLE { return Uint8List.fromList(value.reversed.toList()); }