Documentation ¶
Index ¶
Constants ¶
View Source
const ( NanoAxc uint64 = 1 MicroAxc uint64 = 1000 * NanoAxc Schmeckle uint64 = 49*MicroAxc + 463*NanoAxc MilliAxc uint64 = 1000 * MicroAxc Axc uint64 = 1000 * MilliAxc KiloAxc uint64 = 1000 * Axc MegaAxc uint64 = 1000 * KiloAxc )
Denominations of value
View Source
const ( KiB = 1024 // 1 kibibyte MiB = 1024 * KiB // 1 mebibyte GiB = 1024 * MiB // 1 gibibyte )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.