toggle menu
console-communication
JVM
switch theme
search in API
console-communication
/
org.cryptotrader.console.library.communication.response
/
ConsoleCommandResponse
Console
Command
Response
data
class
ConsoleCommandResponse
(
val
consoleOutput
:
String
,
val
payload
:
Any
?
=
null
)
Members
Constructors
Console
Command
Response
Link copied to clipboard
constructor
(
consoleOutput
:
String
,
payload
:
Any
?
=
null
)
Properties
console
Output
Link copied to clipboard
val
consoleOutput
:
String
payload
Link copied to clipboard
val
payload
:
Any
?
=
null