Elixir Stellar Base v0.13.0
  • Pages
  • Modules

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

    Representation of Stellar SCSpecEntry type.

    Link to this section Summary

    Types

    code()
    kind()
    t()

    Functions

    new(code, kind)

    Link to this section 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()}

    Link to this section 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.29.1) for the Elixir programming language