AccountResponseData class

Data connected to account from the horizon account response.

Constructors

AccountResponseData(Map<String, dynamic> _map)

Properties

hashCode int
The hash code for this object.
no setterinherited
keys Iterable<String>
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDecoded(String key) Uint8List
Gets raw value for a given key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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.