Elixir Stellar Base
v0.15.0
  • Pages
  • Modules

    View Source StellarBase.XDR.SCSpecEntry (Elixir Stellar Base v0.15.0)

    Representation of Stellar SCSpecEntry type.

    Summary

    Types

    code()
    kind()
    t()

    Functions

    new(code, kind)

    Types

    Link to this type

    code()

    View Source
    @type code() ::
      StellarBase.XDR.SCSpecFunctionV0.t()
      | StellarBase.XDR.SCSpecUDTStructV0.t()
      | StellarBase.XDR.SCSpecUDTUnionV0.t()
      | StellarBase.XDR.SCSpecUDTEnumV0.t()
      | StellarBase.XDR.SCSpecUDTErrorEnumV0.t()
    Link to this type

    kind()

    View Source
    @type kind() :: StellarBase.XDR.SCSpecEntryKind.t()
    Link to this type

    t()

    View Source
    @type t() :: %StellarBase.XDR.SCSpecEntry{code: code(), kind: kind()}

    Functions

    Link to this function

    new(code, kind)

    View Source
    @spec new(code :: code(), kind :: kind()) :: t()

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.30.3) for the Elixir programming language