View Source StellarBase.XDR.SorobanTransactionMeta (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 SorobanTransactionMeta type.

Summary

Types

Link to this type

diagnostic_events_type()

View Source
@type diagnostic_events_type() :: StellarBase.XDR.DiagnosticEventList.t()
@type events_type() :: StellarBase.XDR.ContractEventList.t()
@type return_value_type() :: StellarBase.XDR.SCVal.t()
@type t() :: %StellarBase.XDR.SorobanTransactionMeta{
  diagnostic_events: diagnostic_events_type(),
  events: events_type(),
  ext: ext_type(),
  return_value: return_value_type()
}

Functions

Link to this function

new(ext, events, return_value, diagnostic_events)

View Source
@spec new(
  ext :: ext_type(),
  events :: events_type(),
  return_value :: return_value_type(),
  diagnostic_events :: diagnostic_events_type()
) :: t()