WORK IN PROGRESS (alpha)
A Rust library for Tron's HTTP APIs.
See releases.
If you have Rust: cargo install tron_api_client
.
```bash $ tron help tron 0.0.1 Kevin Holder kevholderx@gmail.com Tron API client and CLI
USAGE: tron [OPTIONS] [SUBCOMMAND]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--network
SUBCOMMANDS: getaccount Get Account getblockbyid Get Block by Id getblockbynum Get Block by Number getchainparameters Get Chain Parameters getcontract Get Contract getnodeinfo Get Node Info getnowblock Get Latest Block gettransactionbyid Get Transaction by Id gettransactioninfobyid Like gettransactionbyid but more detailed help Prints this message or the help of the given subcommand(s) list_nodes List Nodes ```