View Source BitcoinLib.Script.Value (BitcoinLib v0.4.7)
Truthness evaluator for script execution outcomes
Link to this section Summary
Functions
Returns true if the value passed to it is considered as such
Link to this section Functions
Returns true if the value passed to it is considered as such
examples
Examples
iex> BitcoinLib.Script.Value.is_true?(1)
true