Skip to content

Change api format to be consistent with other rpc endpoints #2

@ckoopmann

Description

@ckoopmann

For historical reasons in the current version we use an api format different from the standard rpc encoding:

  1. snake_case field names (instead of camelCase)
  2. decimal encoded numbers (instead of hex encoding)

If we avoid these differences we could drop all of the code in src/rpc/types.rs

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