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