package
1.3.1
Repository: https://github.com/dashpay/tenderdash.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MustConvertInt32 takes an Integer and converts it to int32.
MustConvertInt32 takes an Integer and converts it to int32.
ParseFractions takes the string of a fraction as input i.e "2/3" and converts this to the equivalent fraction else returns an error.
SafeAddClipInt64 adds two int64 integers and clips the result to the int64 range.
SafeAddInt32 adds two int32 integers.
SafeAddInt64 adds two int64 integers.
SafeConvertInt32 takes a int and checks if it overflows.
SafeConvertInt8 takes an int64 and checks if it overflows.
SafeConvertInt32 takes a int and checks if it overflows.
SafeConvertUint8 takes an int64 and checks if it overflows.
No description provided by the author
No description provided by the author
SafeSubInt32 subtracts two int32 integers.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Fraction defined in terms of a numerator divided by a denominator in uint64 format.

# Interfaces

No description provided by the author