View Source StellarBase.XDR.DiagnosticEvent (Elixir Stellar Base v0.16.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 DiagnosticEvent
type.
Summary
Types
@type event_type() :: StellarBase.XDR.ContractEvent.t()
@type in_successful_contract_call_type() :: StellarBase.XDR.Bool.t()
@type t() :: %StellarBase.XDR.DiagnosticEvent{ event: event_type(), in_successful_contract_call: in_successful_contract_call_type() }
Functions
@spec new( in_successful_contract_call :: in_successful_contract_call_type(), event :: event_type() ) :: t()