util

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2020 License: Apache-2.0 Imports: 21 Imported by: 3

Documentation

Index

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

func Address(in string) (string, error)

Address returns the address corresponding to alias. if 'in' is an IoTeX address, returns 'in'

func CheckArgs added in v1.1.0

func CheckArgs(validNum ...int) cobra.PositionalArgs

CheckArgs used for check ioctl cmd arg(s)'s num

func ConnectToEndpoint

func ConnectToEndpoint(secure bool) (*grpc.ClientConn, error)

ConnectToEndpoint starts a new connection

func ExecuteCmd added in v0.11.0

func ExecuteCmd(cmd *cobra.Command, args ...string) (string, error)

ExecuteCmd executes cmd with args, and return system output, e.g., help info, and error

func GetAddress

func GetAddress(in string) (string, error)

GetAddress get address from address or alias or context

func IoAddrToEvmAddr

func IoAddrToEvmAddr(ioAddr string) (common.Address, error)

IoAddrToEvmAddr converts IoTeX address into evm address

func JwtAuth added in v0.11.0

func JwtAuth() (jwt metadata.MD, err error)

JwtAuth used for ioctl set auth and send for every grpc request

func RauToString

func RauToString(amount *big.Int, numDecimals int) string

RauToString converts Rau big int into Iotx string

func ReadSecretFromStdin

func ReadSecretFromStdin() (string, error)

ReadSecretFromStdin used to safely get password input

func StringToIOTX

func StringToIOTX(amount string) (string, error)

StringToIOTX converts Rau string to Iotx string

func StringToRau

func StringToRau(amount string, numDecimals int) (*big.Int, error)

StringToRau converts different unit string into Rau big int

func TrimHexPrefix added in v1.1.0

func TrimHexPrefix(s string) string

TrimHexPrefix removes 0x prefix from a string if it has

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL