tronprotocol-scala / scala-tron

Scala implementation of the Tron whitepaper
http://tronprotocol-scala.github.io/scala-tron/
GNU Lesser General Public License v3.0
15 stars 2 forks source link

SendCommand #5

Closed Rovak closed 6 years ago

Rovak commented 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

Rovak commented 6 years ago

Progress in #15

Rovak commented 6 years ago

Fixed