Links

@Serializable
data class Links(val self: Link, val transactions: Link? = null, val operations: Link? = null)

HAL links connected to this claimable balance.

Constructors

Link copied to clipboard
constructor(self: Link, transactions: Link? = null, operations: Link? = null)

Properties

Link copied to clipboard
@SerialName(value = "operations")
val operations: Link?

Link to operations related to this claimable balance

Link copied to clipboard
@SerialName(value = "self")
val self: Link

Link to this claimable balance

Link copied to clipboard
@SerialName(value = "transactions")
val transactions: Link?

Link to transactions related to this claimable balance