Documentation
¶
Index ¶
- Constants
- func ConnectToEndpoint(secure bool) (*grpc.ClientConn, error)
- func IoAddrToEvmAddr(ioAddr string) (common.Address, error)
- func RauToString(amount *big.Int, numDecimals int) string
- func StringToIOTX(amount string) (iotx string, err error)
- func StringToRau(amount string, numDecimals int) (*big.Int, error)
Constants ¶
View Source
const ( // IotxDecimalNum defines the number of decimal digits for IoTeX IotxDecimalNum = 18 // GasPriceDecimalNum defines the number of decimal digits for gas price GasPriceDecimalNum = 12 )
Variables ¶
This section is empty.
Functions ¶
func ConnectToEndpoint ¶
func ConnectToEndpoint(secure bool) (*grpc.ClientConn, error)
ConnectToEndpoint starts a new connection
func IoAddrToEvmAddr ¶
IoAddrToEvmAddr converts IoTeX address into evm address
func RauToString ¶
RauToString converts Rau big int into Iotx string
func StringToIOTX ¶ added in v0.6.2
StringToIOTX converts Rau string to Iotx string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.