stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.xdr
/
SCMetaEntryXdr
SCMeta
Entry
Xdr
sealed
class
SCMetaEntryXdr
XDR Source: union SCMetaEntry switch (SCMetaKind kind) { case SC_META_V0: SCMetaV0 v0; };
Inheritors
V0
Members
Types
Companion
Link copied to clipboard
object
Companion
V0
Link copied to clipboard
data
class
V0
(
val
value
:
SCMetaV0Xdr
)
:
SCMetaEntryXdr
Properties
discriminant
Link copied to clipboard
abstract
val
discriminant
:
SCMetaKindXdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)