View Source StellarBase.XDR.TransactionEvent (Elixir Stellar Base v0.17.0)

Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten

Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr

Representation of Stellar TransactionEvent type.

Summary

Types

@type event_type() :: StellarBase.XDR.ContractEvent.t()
@type stage_type() :: StellarBase.XDR.TransactionEventStage.t()
@type t() :: %StellarBase.XDR.TransactionEvent{
  event: event_type(),
  stage: stage_type()
}

Functions

@spec new(stage :: stage_type(), event :: event_type()) :: t()