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 RunCheckEthNode ¶ added in v0.7.0
func RunCheckEthNode(args CheckEthNodeArgs) error
func RunGetBalance ¶
func RunGetBalance(args GetBalanceArgs) error
Types ¶
type CheckEthNodeArgs ¶ added in v0.7.0
type CheckEthNodeArgs struct { *EthUtilsArgs EthNodeURLs []string }
type EthUtilsArgs ¶
type GetBalanceArgs ¶
type GetBalanceArgs struct { *EthUtilsArgs TokenAddress string WalletAddress string }
Click to show internal directories.
Click to hide internal directories.