tomochain
tomochain copied to clipboard
Move Message struct from types to core package
Reference:
- https://github.com/ethereum/go-ethereum/pull/25977
Checklist:
- [X] Encapsulate all the
Message
related structures & abstractions within a single package (core). Previously it was leaking intocore/types/Transaction.go
, most of other packages have no need for it