View Source StellarBase.XDR.ExtensionPoint (Elixir Stellar Base v0.9.1)

Representation of Stellar ExtensionPoint type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.ExtensionPoint{
  extension_point: StellarBase.XDR.Void.t(),
  type: non_neg_integer()
}

Link to this section Functions

Link to this function

new(extension_point, type)

View Source
@spec new(extension_point :: StellarBase.XDR.Void.t(), type :: non_neg_integer()) ::
  t()