Package convex.cli.account
Class AccountFund
java.lang.Object
convex.cli.ACommand
convex.cli.account.AAccountCommand
convex.cli.account.AccountFund
- All Implemented Interfaces:
Runnable
Convex account fund command
convex.account.fund
-
Field Summary
Fields inherited from class convex.cli.account.AAccountCommand
peerMixin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.account.AAccountCommand
cli, connect
Methods inherited from class convex.cli.ACommand
commandLine, inform, inform, informError, informSuccess, informWarning, isColoured, isInteractive, isParanoid, paranoia, println, println, printRecord, printResult, prompt, readPassword, run, showUsage, showUsage, verbose
-
Constructor Details
-
AccountFund
public AccountFund()
-
-
Method Details
-
execute
Description copied from class:ACommand
Execute this command. Subclasses should override this to provide specific command functionality- Specified by:
execute
in classACommand
- Throws:
InterruptedException
-