Package convex.cli.client
Class Transact
java.lang.Object
convex.cli.ACommand
convex.cli.ATopCommand
convex.cli.client.AClientCommand
convex.cli.client.Transact
- All Implemented Interfaces:
Runnable
Convex Transaction sub command
convex.transaction
-
Field Summary
FieldsFields inherited from class convex.cli.client.AClientCommand
addressMixin, keyMixin, peerMixin, storeMixin
Fields inherited from class convex.cli.ATopCommand
mainParent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.client.AClientCommand
clientConnect, connectQuery, connectTransact, ensureKeyPair, getClientTimeout, getUserAddress
Methods inherited from class convex.cli.ATopCommand
cli
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, verbose
-
Field Details
-
log
protected static final org.slf4j.Logger log
-
-
Constructor Details
-
Transact
public Transact()
-
-
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
-