SCPHistoryEntryXdr

sealed class SCPHistoryEntryXdr

XDR Source: union SCPHistoryEntry switch (int v) { case 0: SCPHistoryEntryV0 v0; };

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class V0(val value: SCPHistoryEntryV0Xdr) : SCPHistoryEntryXdr

Properties

Link copied to clipboard
abstract val discriminant: Int

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)