mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| build | ||
| cmdtest | ||
| debug | ||
| ethapi | ||
| guide | ||
| jsre | ||
| testlog | ||
| web3ext | ||