stellar_flutter_sdk
stellar_flutter_sdk
XdrHash
hash property
hash
stellar_flutter_sdk
stellar_flutter_sdk
XdrHash
hash property
XdrHash class
Constructors
XdrHash
Properties
hash
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
hash
property
Uint8List
hash
Implementation
Uint8List get hash => this._hash;
void
hash=
(
Uint8List
value
)
Implementation
set hash(Uint8List value) => this._hash = value;