mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
5 lines
112 B
Python
5 lines
112 B
Python
import rlp
|
|
|
|
def parse(inp):
|
|
if inp[0] == '\x00':
|
|
return { "type": "transaction", "data": rlp.parse(
|