Documentation ¶
Index ¶
- Variables
- func DiffFloatToInt(diffFloat float64) (diffInt int64)
- func DiffIntToFloat(diffInt int64) (diffFloat float64)
- func FormatRatReward(reward *big.Rat) string
- func FormatReward(reward *big.Int) string
- func GetTargetHex(diff int64) string
- func IsValidHexAddress(s string) bool
- func IsZeroHash(s string) bool
- func MakeTimestamp() int64
- func MustParseDuration(s string) time.Duration
- func String2Big(num string) *big.Int
- func StringInSlice(a string, list []string) bool
- func TargetHexToDiff(targetHex string) *big.Int
- func ToHex(n int64) string
Constants ¶
This section is empty.
Variables ¶
View Source
var Ether = math.BigPow(10, 18)
View Source
var Shannon = math.BigPow(10, 9)
Functions ¶
func DiffFloatToInt ¶
func DiffIntToFloat ¶
func FormatRatReward ¶
func FormatReward ¶
func GetTargetHex ¶
func IsValidHexAddress ¶
func IsZeroHash ¶
func MakeTimestamp ¶
func MakeTimestamp() int64
func MustParseDuration ¶
func String2Big ¶
func StringInSlice ¶
func TargetHexToDiff ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.