package
0.0.0-20240424112144-637d22ce59ea
Repository: https://github.com/opal-project-dev/oracle.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
No description provided by the author
No description provided by the author
NewFromIntWithPrecision creates a new Amount from an integer with the specified precision For example, if v = 100000 and precision = 3 the result amount will be 100.000.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author

# Type aliases

Amount is a wrapper around big.Int that implements decimal numbers with max precision of 18 digits.