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,
- int? sequenceLedger,
- String? sequenceTime
)
Implementation
AccountResponse(
this.accountId,
this._sequenceNumber,
this.pagingToken,
this.subentryCount,
this.inflationDestination,
this.homeDomain,
this.lastModifiedLedger,
this.lastModifiedTime,
this.thresholds,
this.flags,
this.balances,
this.signers,
this.data,
this.links,
this.sponsor,
this.numSponsored,
this.numSponsoring,
this.sequenceLedger,
this.sequenceTime);