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, Thresholds thresholds, Flags flags, List< Balance> balances,List< Signer> signers,AccountResponseData data, AccountResponseLinks links ) -
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
- links ↔ AccountResponseLinks
-
read / write
- muxedAccount → MuxedAccount
-
read-only, override
- muxedAccountMed25519Id ↔ 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
- sequenceNumber → int
-
Returns current sequence number ot this Account.
read-only, override
-
signers
↔ List<
Signer> -
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 -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited