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()
Link to this type

in_successful_contract_call_type()

View Source
@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

Link to this function

new(in_successful_contract_call, event)

View Source
@spec new(
  in_successful_contract_call :: in_successful_contract_call_type(),
  event :: event_type()
) :: t()