Skip to content

Shouldn't transactions in a block be an array? #14

@jlubeck

Description

@jlubeck
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions