Documentation
¶
Index ¶
- func Commands() *cobra.Command
- func GetConvertAbiStringCmd() *cobra.Command
- func GetConvertAddressCmd() *cobra.Command
- func GetConvertDecimalToHexadecimalCmd() *cobra.Command
- func GetConvertHexadecimalToDecimalCmd() *cobra.Command
- func GetConvertSolcSignatureCmd() *cobra.Command
- func GetConvertToLowerCaseCmd() *cobra.Command
- func GetConvertToUpperCaseCmd() *cobra.Command
- func GetDecodeBase64CaseCmd() *cobra.Command
- func GetDecodeRawEvmTxCommand() *cobra.Command
- func GetDisplayBalanceCmd() *cobra.Command
- func GetEncodeBase64CaseCmd() *cobra.Command
- func GetRawBalanceCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConvertAbiStringCmd ¶
func GetConvertAddressCmd ¶
GetConvertAddressCmd creates a helper command that convert account bech32 address into hex address or vice versa
func GetConvertSolcSignatureCmd ¶
GetConvertSolcSignatureCmd creates a helper command that convert EVM method/event into keccak256 hash and 4 bytes signature
func GetConvertToLowerCaseCmd ¶
GetConvertToLowerCaseCmd creates a helper command that convert input into lower case
func GetConvertToUpperCaseCmd ¶
GetConvertToUpperCaseCmd creates a helper command that convert input into upper case
func GetDecodeBase64CaseCmd ¶
GetDecodeBase64CaseCmd creates a helper command that decode base64
func GetDecodeRawEvmTxCommand ¶ added in v2.5.0
func GetDisplayBalanceCmd ¶
GetDisplayBalanceCmd creates a helper command that convert raw balance into display balance
func GetEncodeBase64CaseCmd ¶
GetEncodeBase64CaseCmd creates a helper command that encode input into base64
func GetRawBalanceCmd ¶
GetRawBalanceCmd creates a helper command that convert display balance into raw balance
Types ¶
This section is empty.