Skip to content

Add eth_fillTransaction #508

Open
@s1na

Description

@s1na

This helps users fill in transaction fields when the signing is supposed to take place outside the node. This has been implemented in Geth since EoY 2019 but unfortunately was never proposed for inclusion in the specs.

The input to the method is a GenericTransaction object. The response in the following form:

{
  "raw": "0x...", // RLP-encoded tx
  "tx": {
      ..., // filled in tx fields
  }
}

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