InvokeHostFunctionSuccessPreImageXdr

data class InvokeHostFunctionSuccessPreImageXdr(val returnValue: SCValXdr, val events: List<ContractEventXdr>)

XDR Source: struct InvokeHostFunctionSuccessPreImage { SCVal returnValue; ContractEvent events<>; };

Constructors

Link copied to clipboard
constructor(returnValue: SCValXdr, events: List<ContractEventXdr>)

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)