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

Summary

Types

@type changes_type() :: StellarBase.XDR.LedgerEntryChanges.t()
@type events_type() :: StellarBase.XDR.ContractEventList.t()
@type ext_type() :: StellarBase.XDR.ExtensionPoint.t()
@type t() :: %StellarBase.XDR.OperationMetaV2{
  changes: changes_type(),
  events: events_type(),
  ext: ext_type()
}

Functions

Link to this function

new(ext, changes, events)

View Source
@spec new(ext :: ext_type(), changes :: changes_type(), events :: events_type()) ::
  t()