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

Link to this function

new(extension_point, type)

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