Documentation
¶
Index ¶
- func AddIntToDecimalString(decimal string, toAdd int) (result string, err error)
- func GetFromDecimalString(decimal string) (bigInt *big.Int, err error)
- func IncrementDecimalString(decimal string) (incremented string, err error)
- func MustGetFromDecimalString(decimal string) (bigInt *big.Int)
- func MustIncrementDecimalString(decimal string) (incremented string)
- func MustToDecimalString(bigInt *big.Int) (decimal string)
- func ToDecimalString(bigInt *big.Int) (decimal string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddIntToDecimalString ¶
func IncrementDecimalString ¶
func MustToDecimalString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.