Elixir XDR v0.1.1 XDR.Type.Optional View Source

Optional

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %XDR.Type.Optional{
  data_type: XDR.Type.t(),
  switch: XDR.Type.Bool.t(),
  type_name: String.t(),
  value: XDR.Type.t()
}
Link to this type

value()

View Source
value() :: {boolean(), any()} | false | nil | any()