Claimable Balance Response
@Serializable
Represents a claimable balance response from the Horizon API.
Claimable balances are used for trustless, non-interactive asset transfers. They can be claimed by the intended destination account(s) when certain conditions are met.
See also
Constructors
Link copied to clipboard
constructor(id: String, assetString: String, amount: String, sponsor: String? = null, lastModifiedLedger: Long? = null, lastModifiedTime: String? = null, claimants: List<Claimant> = emptyList(), flags: ClaimableBalanceResponse.Flags? = null, pagingToken: String, links: ClaimableBalanceResponse.Links)
Properties
Link copied to clipboard
The asset available to be claimed (in canonical form)
Link copied to clipboard
Flags set on this claimable balance
Link copied to clipboard
The sequence number of the last ledger in which this claimable balance was modified
Link copied to clipboard
An ISO 8601 formatted string of the last time this claimable balance was modified
Link copied to clipboard
HAL links related to this claimable balance
Link copied to clipboard
A cursor value for use in pagination