Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EthUtilsCmd = &cobra.Command{
Use: "ethutils",
Short: "Interact with Ethereum Node",
Long: `Interact with Ethereum Node`,
}
Functions ¶
func RunGetBalance ¶
func RunGetBalance(args GetBalanceArgs) error
Types ¶
type EthUtilsArgs ¶
type GetBalanceArgs ¶
type GetBalanceArgs struct { *EthUtilsArgs TokenAddress string WalletAddress string }
Click to show internal directories.
Click to hide internal directories.