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
/
ContractEventBodyXdr
Contract
Event
Body
Xdr
sealed
class
ContractEventBodyXdr
XDR Source: union switch (int v) { case 0: struct { SCVal topics<>; SCVal data; } v0; }
Inheritors
V0
Members
Types
Companion
Link copied to clipboard
object
Companion
V0
Link copied to clipboard
data
class
V0
(
val
value
:
ContractEventV0Xdr
)
:
ContractEventBodyXdr
Properties
discriminant
Link copied to clipboard
abstract
val
discriminant
:
Int
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)