Documentation
¶
Index ¶
Constants ¶
View Source
const ( COIN_DECIMAL int16 = 18 FONS = "1" KFONS = "1000" MFONS = "1000000" GFONS = "1000000000" UBEATOZ = "1000000000000" MiBEATOZ = "1000000000000000" COIN = "1000000000000000000" // 10^18 fons KCOIN = "1000000000000000000000" // 10^21 fons MCOIN = "1000000000000000000000000" // 10^24 fons GCOIN = "1000000000000000000000000000" // 10^27 fons TCOIN = "1000000000000000000000000000000" // 10^30 fons )
View Source
const (
ACCT_COMMON_TYPE int16 = 1 + iota
)
View Source
const AddrSize = 20
Variables ¶
This section is empty.
Functions ¶
func IsZeroAddress ¶
Types ¶
type Address ¶
func HexToAddress ¶
func RandAddress ¶
func RandAddress() Address
func ZeroAddress ¶
func ZeroAddress() Address
Click to show internal directories.
Click to hide internal directories.