View Source StellarBase.XDR.Bool (Elixir Stellar Base v0.13.0)

Representation of Stellar Bool type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Bool{value: boolean()}

Link to this section Functions

@spec new(value :: boolean()) :: t()