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

Representation of Stellar ExtensionPoint type.

Link to this section Summary

Link to this section Types

Specs

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

Specs

new(extension_point :: StellarBase.XDR.Void.t(), type :: non_neg_integer()) ::
  t()