SCMetaEntryXdr

sealed class SCMetaEntryXdr

XDR Source: union SCMetaEntry switch (SCMetaKind kind) { case SC_META_V0: SCMetaV0 v0; };

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class V0(val value: SCMetaV0Xdr) : SCMetaEntryXdr

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)