View Source StellarBase.XDR.SCSpecUDTEnumCaseV0 (Elixir Stellar Base v0.16.0)

Representation of Stellar SCSpecUDTEnumCaseV0 type.

Summary

Types

@type doc() :: StellarBase.XDR.String1024.t()
@type name() :: StellarBase.XDR.String60.t()
@type t() :: %StellarBase.XDR.SCSpecUDTEnumCaseV0{
  doc: doc(),
  name: name(),
  value: value()
}
@type value() :: StellarBase.XDR.UInt32.t()

Functions