Elixir Stellar Base v0.11.0
  • Pages
  • Modules

    View Source StellarBase.XDR.SCStatus (Elixir Stellar Base v0.11.0)

    Representation of Stellar SCStatus type.

    Link to this section Summary

    Types

    code()
    t()

    Functions

    new(code, type)

    Link to this section Types

    Link to this type

    code()

    View Source
    @type code() ::
      StellarBase.XDR.SCUnknownErrorCode.t()
      | StellarBase.XDR.SCHostValErrorCode.t()
      | StellarBase.XDR.SCHostObjErrorCode.t()
      | StellarBase.XDR.SCHostFnErrorCode.t()
      | StellarBase.XDR.SCHostStorageErrorCode.t()
      | StellarBase.XDR.SCHostContextErrorCode.t()
      | StellarBase.XDR.SCVmErrorCode.t()
      | StellarBase.XDR.SCHostAuthErrorCode.t()
      | StellarBase.XDR.SCStatusType.t()
      | StellarBase.XDR.UInt32.t()
      | StellarBase.XDR.Void.t()
    Link to this type

    t()

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

    Link to this section Functions

    Link to this function

    new(code, type)

    View Source
    @spec new(code :: code(), type :: StellarBase.XDR.SCStatusType.t()) :: t()

    Hex Package Hex Preview (current file) Download ePub version

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