View Source StellarBase.XDR.TransactionMetaV1 (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 TransactionMetaV1
type.
Summary
Types
@type operations_type() :: StellarBase.XDR.OperationMetaList.t()
@type t() :: %StellarBase.XDR.TransactionMetaV1{ operations: operations_type(), tx_changes: tx_changes_type() }
@type tx_changes_type() :: StellarBase.XDR.LedgerEntryChanges.t()
Functions
@spec new(tx_changes :: tx_changes_type(), operations :: operations_type()) :: t()