helium-js
helium-js copied to clipboard
The Transactions ListParams does not work
let block = await await client.blocks.get(blockHeight);
let res = await block.transactions.list({
filterTypes: ['payment_v2','payment_v1' ], // this filterTypes is invalid
})
also when i use limit:10, but the rerturn data is 50 size