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

Boolean values are presented in Elixir as true / false and encoded as 1 / 0

Link to this section Summary

Link to this section Types

Link to this type

encoding()

View Source
encoding() :: <<_::32>>
Link to this type

t()

View Source
t() :: %XDR.Type.Bool{type_name: String.t(), value: value()}