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.
read-onlyinherited
keys Iterable<String>
read-only
length int
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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.