package
0.0.34
Repository: https://github.com/george012/blockchain_box.git
Documentation: pkg.go.dev

# Functions

GetTargetHex 将难度值转换为目标值的十六进制字符串.
GetTargetHexByScrypt 将难度值转换为目标值的十六进制字符串(莱特币Scrypt 算法类).
GetTargetHexBySha256d 将难度值转换为目标值的十六进制字符串(比特币 Sha256d 算法).
No description provided by the author
No description provided by the author
TargetHexToDiff 将目标值的十六进制字符串转换为难度值.
TargetHexToDiffByScrypt 将目标值的十六进制字符串转换为难度值(莱特币Scrypt 算法类).
TargetHexToDiffBySha256d 将目标值的十六进制字符串转换为难度值(比特币 Sha256d 算法).

# Constants

Exa 艾.
No description provided by the author
No description provided by the author
Giga 吉.
Kilo 千.
Mega 兆.
default none 未知,默认:无单位或基础单位.
Peta 拍.
Tera 太.
Yotta 尧.
Zetta 泽.

# Structs

Difficulty 难度结构体.

# Type aliases

DiffUnit 格式显示.
No description provided by the author