Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "client", Short: "Fetch the current Ethereum block number and send it to an Eth project server.", Run: func(cmd *cobra.Command, args []string) { RunClient() }, }
Cmd represents the client command
View Source
var Timeout time.Duration = 1
View Source
var Url = "https://mainnet.infura.io/"
Functions ¶
func CreateHtml ¶
func GetCurrentBlock ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.