AccountResponse constructor

AccountResponse(
  1. String accountId,
  2. int _sequenceNumber,
  3. String pagingToken,
  4. int subentryCount,
  5. String? inflationDestination,
  6. String? homeDomain,
  7. int lastModifiedLedger,
  8. String lastModifiedTime,
  9. Thresholds thresholds,
  10. Flags flags,
  11. List<Balance> balances,
  12. List<Signer> signers,
  13. AccountResponseData data,
  14. AccountResponseLinks links,
  15. String? sponsor,
  16. int numSponsored,
  17. int numSponsoring,
  18. int? sequenceLedger,
  19. String? sequenceTime
)

Implementation

AccountResponse