bnb-chain / java-sdk

Apache License 2.0
128 stars 86 forks source link

get block transactions doesn't work #21

Closed vladmelnyk closed 5 years ago

vladmelnyk commented 5 years ago

I am using sdk method binanceDexApiNodeClient.getBlockTransactions(10226506L) I was expecting to return not empty list (look here https://testnet-explorer.binance.org/block/10226506). However, I am getting empty list using rpc method. Could you help me on this ?

jack-jiang-ba commented 5 years ago

We only support the transfer transaction currently. We will support more transaction types recently. Thanks for your reminding.