AccountResponseData class
Data connected to account from the horizon account response.
Constructors
-
AccountResponseData(Map<
String, dynamic> _map)
Properties
Methods
-
getDecoded(
String key ) → Uint8List -
Gets raw value for a given
key
. -
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited
-
operator [](
Object key ) → String -
Gets base64-encoded value for a given
key
.