Closed Rovak closed 6 years ago
Implement the Send Command
The user must be able to send coins to another address
The class is partly implemented https://github.com/Rovak/scala-tron/blob/master/tron-cli/src/main/scala/org/tron/cli/commands/SendCommand.scala.
Original sendcommand can be found at https://github.com/tronprotocol/java-tron/blob/develop/src/main/java/org/tron/common/command/SendCommand.java
Progress in #15
Fixed
Implement the Send Command
The user must be able to send coins to another address
The class is partly implemented https://github.com/Rovak/scala-tron/blob/master/tron-cli/src/main/scala/org/tron/cli/commands/SendCommand.scala.
Original sendcommand can be found at https://github.com/tronprotocol/java-tron/blob/develop/src/main/java/org/tron/common/command/SendCommand.java