aeternity / aepp-sdk-go

Golang SDK to interact with the Æternity blockchain
ISC License
18 stars 10 forks source link

CLI account balance doesn't actually print out the balance of the BigInt #66

Closed randomshinichi closed 4 years ago

randomshinichi commented 5 years ago

Because the answers which the CLI has to print out are usually JSON responses from the node/swagger generated code, simply make the pretty printer take JSON input instead of do all those complicated reflects.