# Functions
LogStatus sends simple info about our Ethereum setup to the logger.
# Variables
ApproveTokensCommand is the command that approves the transfer of tokens to the staking contract.
Command is the cobra.Command specifically for running as an edge node, i.e.
DepositCommand is the command that triggers a token deposit for the caller.
EthdkgCommand is the command that triggers a fresh start of the ETHDKG process.
RegisterCommand is the command the stakes tokens.
SendWeiCommand is the command that sends wei from one account to another.
TransferTokensCommand is the command that should follow ApproveTokens and does the actual transfer.
UnregisterCommand is the command the requests the caller is removed from validator pool.