good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 3cf7d2e9 authored by William Morriss's avatar William Morriss Committed by GitHub
Browse files

internal/ethapi: add CallArgs.ToMessage method (#20854)

ToMessage is used to convert between ethapi.CallArgs and types.Message.
It reduces the length of the DoCall method by about half by abstracting out
the conversion between the CallArgs and the Message. This should improve the
code's maintainability and reusability.
parent be6078ad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment