View Source StellarBase.XDR.AccountEntryExt (Elixir Stellar Base v0.16.0)
Representation of Stellar AccountEntryExt
type.
Summary
Types
@type t() :: %StellarBase.XDR.AccountEntryExt{type: non_neg_integer(), value: value()}
@type value() :: StellarBase.XDR.Void.t() | StellarBase.XDR.AccountEntryExtensionV1.t()
Functions
@spec new(value :: value(), type :: non_neg_integer()) :: t()