tomochain icon indicating copy to clipboard operation
tomochain copied to clipboard

Move Message struct from types to core package

Open trinhdn2 opened this issue 1 year ago • 0 comments

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 into core/types/Transaction.go, most of other packages have no need for it

trinhdn2 avatar Dec 20 '23 04:12 trinhdn2