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

Summary

Types

Link to this type

soroban_transaction_meta_v2()

View Source
@type soroban_transaction_meta_v2() ::
  StellarBase.XDR.SorobanTransactionMetaV2.t() | nil
@type t() :: %StellarBase.XDR.OptionalSorobanTransactionMetaV2{
  soroban_transaction_meta_v2: soroban_transaction_meta_v2()
}

Functions

Link to this function

new(soroban_transaction_meta_v2 \\ nil)

View Source
@spec new(soroban_transaction_meta_v2 :: soroban_transaction_meta_v2()) :: t()