Forked from
github / maticnetwork / bor
1787 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
good morning!!!!
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.