View Source StellarBase.XDR.SCUnknownErrorCode (Elixir Stellar Base v0.9.0)

Representation of Stellar SCUnknownErrorCode type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.SCUnknownErrorCode{identifier: atom()}

Link to this section Functions

Link to this function

new(type \\ :UNKNOWN_ERROR_GENERAL)

View Source
@spec new(type :: atom()) :: t()