javascript-sdk icon indicating copy to clipboard operation
javascript-sdk copied to clipboard

Add missing decoder types: transfer, cancel order, ...

Open notatestuser opened this issue 6 years ago • 4 comments

https://github.com/binance-chain/javascript-sdk/blob/a089e04aa3299ebb9719e44380a1cd694a7829c4/src/decoder/types.js#L1

The type choices in this file are very random and this should be improved.

notatestuser avatar Sep 16 '19 10:09 notatestuser

We only add rpc related types before

xzjcool avatar Sep 23 '19 07:09 xzjcool

You can get these over RPC (tx, tx_search, ...)

notatestuser avatar Sep 23 '19 08:09 notatestuser

So it's time to add all the stuffs

xzjcool avatar Sep 23 '19 11:09 xzjcool

+1 on this. We had to write our own. Would much rather use the officially supported one:

https://github.com/ferrumnet/bnb-tx-decoder

naiemk avatar Sep 26 '19 20:09 naiemk