Balance class

Represents account balance from the horizon account response.

Constructors

Balance(String assetType, String? assetCode, String? assetIssuer, String balance, String? limit, String? buyingLiabilities, String? sellingLiabilities, bool? isAuthorized, bool? isAuthorizedToMaintainLiabilities, bool? isClawbackEnabled, int? lastModifiedLedger, String? lastModifiedTime, String? sponsor, String? liquidityPoolId)
Balance.fromJson(Map<String, dynamic> json)
factory

Properties

asset Asset
read-only
assetCode String?
read / write
assetIssuer String?
read / write
assetType String
read / write
balance String
read / write
buyingLiabilities String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
isAuthorized bool?
read / write
isAuthorizedToMaintainLiabilities bool?
read / write
isClawbackEnabled bool?
read / write
lastModifiedLedger int?
read / write
lastModifiedTime String?
read / write
limit String?
read / write
liquidityPoolId String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sellingLiabilities String?
read / write
read / write

Methods

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