SCSpecFunctionV0Xdr

data class SCSpecFunctionV0Xdr(val doc: String, val name: SCSymbolXdr, val inputs: List<SCSpecFunctionInputV0Xdr>, val outputs: List<SCSpecTypeDefXdr>)

XDR Source: struct SCSpecFunctionV0 { string doc; SCSymbol name; SCSpecFunctionInputV0 inputs<10>; SCSpecTypeDef outputs<1>; };

Constructors

Link copied to clipboard
constructor(doc: String, name: SCSymbolXdr, inputs: List<SCSpecFunctionInputV0Xdr>, outputs: List<SCSpecTypeDefXdr>)

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)