-
Notifications
You must be signed in to change notification settings - Fork 2
Shouldn't transactions in a block be an array? #14
Copy link
Copy link
Open
Description
- 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
| transactions: string; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels