This website requires JavaScript.
Explore
Help
Sign In
interesting
/
go-ethereum
mirror of
https://github.com/ethereum/go-ethereum.git
Watch
1
Star
0
Fork
You've already forked go-ethereum
0
Code
Issues
Projects
Releases
Wiki
Activity
f1208195f4
go-ethereum
/
parser.py
6 lines
112 B
Python
Raw
Blame
History
import
rlp
def
parse
(
inp
)
:
if
inp
[
0
]
==
'
\x00
'
:
return
{
"
type
"
:
"
transaction
"
,
"
data
"
:
rlp
.
parse
(
Reference in New Issue
View Git Blame
Copy Permalink