Documentation ¶
Index ¶
- Constants
- func Address(in string) (string, error)
- func ConnectToEndpoint(secure bool) (*grpc.ClientConn, error)
- func ExecuteCmd(cmd *cobra.Command, args ...string) (string, error)
- func GetAddress(in string) (string, error)
- func IoAddrToEvmAddr(ioAddr string) (common.Address, error)
- func JwtAuth() (jwt metadata.MD, err error)
- func RauToString(amount *big.Int, numDecimals int) string
- func ReadSecretFromStdin() (string, error)
- func StringToIOTX(amount string) (string, 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 Address ¶
Address returns the address corresponding to alias. if 'in' is an IoTeX address, returns 'in'
func ConnectToEndpoint ¶
func ConnectToEndpoint(secure bool) (*grpc.ClientConn, error)
ConnectToEndpoint starts a new connection
func ExecuteCmd ¶ added in v0.11.0
ExecuteCmd executes cmd with args, and return system output, e.g., help info, and error
func GetAddress ¶
GetAddress get address from address or alias or context
func IoAddrToEvmAddr ¶
IoAddrToEvmAddr converts IoTeX address into evm address
func RauToString ¶
RauToString converts Rau big int into Iotx string
func ReadSecretFromStdin ¶
ReadSecretFromStdin used to safely get password input
func StringToIOTX ¶
StringToIOTX converts Rau string to Iotx string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.