Links

@Serializable
data class Links(val self: Link, val transactions: Link, val operations: Link, val payments: Link, val effects: Link)

HAL links connected to this ledger.

Constructors

Link copied to clipboard
constructor(self: Link, transactions: Link, operations: Link, payments: Link, effects: Link)

Properties

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

Link to the effects in this ledger

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

Link to the operations in this ledger

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

Link to the payment operations in this ledger

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

Link to this ledger

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

Link to the transactions in this ledger