1.2.0
Added
transaction/value.MintedValue
transaction/value.from_minted_value
: Convert fromMintedValue
toValue
transaction/value.to_minted_value
: Convert fromValue
toMintedValue
transaction/bytearray.to_hex
: Convert aByteArray
to a hex encodedString
math/rational
: Working with rational numbers.-
abs
-
add
-
ceil
-
compare
-
compare_with
-
div
-
floor
-
from_int
-
mul
-
negate
-
new
-
proper_fraction
-
reciprocal
-
reduce
-
round
-
round_even
-
sub
-
truncate
-
zero
-
Removed
- module
MintedValue
was merged withValue