Types

Link copied to clipboard
@Serializable
data class Links(val effects: Link, val precedes: Link, val self: Link, val succeeds: Link, val transaction: Link)

HAL links connected to the operation.

Properties

Link copied to clipboard
abstract val createdAt: String
Link copied to clipboard
abstract val id: String
Link copied to clipboard
Link copied to clipboard
abstract override val pagingToken: String

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
abstract val sourceAccount: String
Link copied to clipboard
abstract val sourceAccountMuxed: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val transactionHash: String
Link copied to clipboard
Link copied to clipboard
abstract val type: String