AccountResponse class Null safety

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.
read / write, override-getter
balances List<Balance>
read / write
data AccountResponseData
read / write
flags Flags
read / write
hashCode int
The hash code for this object.
read-only, inherited
homeDomain String?
read / write
incrementedSequenceNumber int
Returns sequence number incremented by one, but does not increment internal counter.
read-only, override
inflationDestination String?
read / write
keypair KeyPair
read-only
lastModifiedLedger int
read / write
lastModifiedTime String
read / write
read / write
muxedAccount MuxedAccount
read-only, override
muxedAccountMed25519Id int?
read / write
numSponsored int
read / write
numSponsoring int
read / write
pagingToken String
read / write
rateLimitLimit int?
read / write, inherited
rateLimitRemaining int?
read / write, inherited
rateLimitReset int?
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sequenceLedger int?
read / write
sequenceNumber int
Returns current sequence number ot this Account.
read-only, override
sequenceTime String?
read / write
signers List<Signer>
read / write
read / write
subentryCount int
read / write
thresholds Thresholds
read / write

Methods

incrementSequenceNumber() → void
Increments sequence number in this object by one.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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