Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Rau is the smallest non-fungible token unit Rau int64 = 1 // KRau is 1000 Rau KRau = Rau * 1000 // MRau is 1000 KRau MRau = KRau * 1000 // GRau is 1000 MRau GRau = MRau * 1000 // Qev is 1000 GRau Qev = GRau * 1000 // Jin is 1000 Qev Jin = Qev * 1000 // Iotx is 1000 Jin, which should be fit into int64 Iotx = Jin * 1000 )
Variables ¶
This section is empty.
Functions ¶
func ConvertIotxToRau ¶
ConvertIotxToRau converts an Iotx to Rau
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.