View Source StellarBase.XDR.SorobanTransactionMetaV2 (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 SorobanTransactionMetaV2 type.
Summary
Types
@type ext_type() :: StellarBase.XDR.SorobanTransactionMetaExt.t()
@type return_value_type() :: StellarBase.XDR.OptionalSCVal.t()
@type t() :: %StellarBase.XDR.SorobanTransactionMetaV2{ ext: ext_type(), return_value: return_value_type() }
Functions
@spec new(ext :: ext_type(), return_value :: return_value_type()) :: t()