TransactionEventXdr

XDR Source: struct TransactionEvent { TransactionEventStage stage; // Stage at which an event has occurred. ContractEvent event; // The contract event that has occurred. };

Constructors

Link copied to clipboard
constructor(stage: TransactionEventStageXdr, event: ContractEventXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The contract event that has occurred.

Link copied to clipboard

Stage at which an event has occurred.

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)
Link copied to clipboard

Encodes this XDR object to a base64 string.