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