neo-go/cli
Evgenii Stratonikov 907d599edb cli: add command for GAS claiming
GAS can be claimed via `wallet claim` command.
This will claim first get all claimable outputs via
`getclaimable` RPC and then form a transaction signed
byte the private key from the wallet.
2020-03-02 18:01:49 +03:00
..
server rpc: move server-related code to a separate package 2020-02-21 15:12:04 +03:00
smartcontract rpc/smartcontract: merge contract parameter types 2020-03-02 17:25:21 +03:00
vm cli: move avm inspect from vm to contract command 2019-10-29 12:56:44 +03:00
wallet cli: add command for GAS claiming 2020-03-02 18:01:49 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go cli: extend NewCommand() to NewCommands() 2019-10-19 23:58:45 +03:00