SCSpecEventParamV0Xdr

data class SCSpecEventParamV0Xdr(val doc: String, val name: String, val type: SCSpecTypeDefXdr, val location: SCSpecEventParamLocationV0Xdr)

XDR Source: struct SCSpecEventParamV0 { string doc; string name<30>; SCSpecTypeDef type; SCSpecEventParamLocationV0 location; };

Constructors

Link copied to clipboard
constructor(doc: String, name: String, type: SCSpecTypeDefXdr, location: SCSpecEventParamLocationV0Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val doc: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)