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