Account Response
@Serializable
Represents an account response from the Horizon API.
See also
Constructors
Link copied to clipboard
constructor(id: String, accountId: String, sequenceNumber: Long, sequenceLedger: Long? = null, sequenceTime: Long? = null, subentryCount: Int, inflationDestination: String? = null, homeDomain: String? = null, lastModifiedLedger: Int, lastModifiedTime: String, thresholds: AccountResponse.Thresholds, flags: AccountResponse.Flags, balances: List<AccountResponse.Balance>, signers: List<AccountResponse.Signer>, data: Map<String, String> = emptyMap(), numSponsoring: Int? = null, numSponsored: Int? = null, sponsor: String? = null, pagingToken: String, links: AccountResponse.Links)
Types
Link copied to clipboard
@Serializable
Represents an account balance (native or trustline).
Link copied to clipboard
@Serializable
Represents account thresholds for different operation weights.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the paging token (cursor) for this response. This token can be used to fetch the next page of results or resume streaming.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard