AccountResponse class

Represents an account response received from horizon. Users interact with the Stellar network through accounts. Everything else in the ledger—assets, offers, trustlines, etc.—are owned by accounts, and accounts must authorize all changes to the ledger through signed transactions. See: Account documentation.

Inheritance
Implemented types

Constructors

AccountResponse(String accountId, int _sequenceNumber, String pagingToken, int subentryCount, String? inflationDestination, String? homeDomain, int lastModifiedLedger, String lastModifiedTime, Thresholds thresholds, Flags flags, List<Balance> balances, List<Signer> signers, AccountResponseData data, AccountResponseLinks links, String? sponsor, int numSponsored, int numSponsoring, int? sequenceLedger, String? sequenceTime)
AccountResponse.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String
Returns ID associated with this Account.
getter/setter pairoverride-getter
balances List<Balance>
getter/setter pair
data AccountResponseData
getter/setter pair
flags Flags
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homeDomain String?
getter/setter pair
incrementedSequenceNumber int
Returns sequence number incremented by one, but does not increment internal counter.
no setteroverride
inflationDestination String?
getter/setter pair
keypair KeyPair
no setter
lastModifiedLedger int
getter/setter pair
lastModifiedTime String
getter/setter pair
getter/setter pair
muxedAccount MuxedAccount
no setteroverride
muxedAccountMed25519Id int?
getter/setter pair
numSponsored int
getter/setter pair
numSponsoring int
getter/setter pair
pagingToken String
getter/setter pair
rateLimitLimit int?
getter/setter pairinherited
rateLimitRemaining int?
getter/setter pairinherited
rateLimitReset int?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceLedger int?
getter/setter pair
sequenceNumber int
Returns current sequence number ot this Account.
no setteroverride
sequenceTime String?
getter/setter pair
signers List<Signer>
getter/setter pair
getter/setter pair
subentryCount int
getter/setter pair
thresholds Thresholds
getter/setter pair

Methods

incrementSequenceNumber() → void
Increments sequence number in this object by one.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHeaders(Map<String, String> headers) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited