helium-js icon indicating copy to clipboard operation
helium-js copied to clipboard

The Transactions ListParams does not work

Open 1486327116 opened this issue 3 years ago • 0 comments

        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

1486327116 avatar Feb 11 '22 07:02 1486327116