StellarBase.XDR.ExtensionPoint (Elixir Stellar Base v0.8.7) 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
Specs
new(extension_point :: StellarBase.XDR.Void.t(), type :: non_neg_integer()) :: t()