node-wallet-api icon indicating copy to clipboard operation
node-wallet-api copied to clipboard

Node Wallet API Wrapper for the Tron Protocol

Results 8 node-wallet-api issues
Sort by recently updated
recently updated
newest added

Hi, I wanna know how to compute the transaction hash from a Transaction instance. I have tried ```javascript const hash = byteArray2hexStr(SHA256(tx.getRawData().serializeBinary())); ``` Because of [this implementation](https://github.com/tronprotocol/wallet-cli/blob/57e6ddc635270d7434fc39cb73cef305f774be5b/src/main/java/org/tron/walletserver/WalletClient.java#L289) in java-tron ```java...

Solve: https://github.com/tronprotocol/node-wallet-api/issues/6

**TypeError: Cannot read property 'getRawData' of undefined at HttpClient.getBlockByNum(http.js:70)** ![image](https://user-images.githubusercontent.com/2742452/39795577-df9458ec-538b-11e8-824b-e32d028fe488.png) ![image](https://user-images.githubusercontent.com/2742452/39795894-5cd20ba4-538e-11e8-9a4a-426a5f95f79e.png)

Currently, the @tronprotocol/node-wallet-api is bundling the source code AS IS. In order to be compatible with many platforms as possible would be very interesting to bundle the release in a...

* [ ] rpc GetAccount (Account) returns (Account) * [ ] rpc CreateTransaction (TransferContract) returns (Transaction) * [ ] rpc BroadcastTransaction (Transaction) returns (Return) * [ ] rpc ListAccounts (EmptyMessage)...

Add a client which communicates with the REST API of the `wallet-cli` project