You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
also when i use limit:10, but the rerturn data is 50 size
The text was updated successfully, but these errors were encountered: