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

Representation of Stellar Bool type.

Summary

Types

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

Functions

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