ContractEventV0Xdr

data class ContractEventV0Xdr(val topics: List<SCValXdr>, val data: SCValXdr)

XDR Source: struct { SCVal topics<>; SCVal data; }

Constructors

Link copied to clipboard
constructor(topics: List<SCValXdr>, data: SCValXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)