- SDK Version: 4.0.0
- Node Version: 10.15.3
- Platform: macOS
When query blocks on my L2, I noticed that the transactions are coming in inside a string. So I actually had to parse that string and then I got an object (not even an array).
Shouldn't the list of transactions just be an array without having to parse anything?
Here is the line which confirms the transactions are coming back as string
When query blocks on my L2, I noticed that the transactions are coming in inside a string. So I actually had to parse that string and then I got an object (not even an array).
Shouldn't the list of transactions just be an array without having to parse anything?
Here is the line which confirms the transactions are coming back as string
dragonchain-sdk-javascript/src/interfaces/DragonchainClientInterfaces.ts
Line 779 in 24fd57e