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
no setter
assetCode String?
getter/setter pair
assetIssuer String?
getter/setter pair
assetType String
getter/setter pair
balance String
getter/setter pair
buyingLiabilities String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAuthorized bool?
getter/setter pair
isAuthorizedToMaintainLiabilities bool?
getter/setter pair
isClawbackEnabled bool?
getter/setter pair
lastModifiedLedger int?
getter/setter pair
lastModifiedTime String?
getter/setter pair
limit String?
getter/setter pair
liquidityPoolId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellingLiabilities String?
getter/setter pair
getter/setter pair

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