Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/trietest.json

19 lines
434 B

{
"doprefix": {
"inputs": {
"doe": "reindeer",
"dog": "puppy",
"dogglesworth": "cat"
},
"expectation": "d85f9267d7ed5767fb1b48defa8eb20a1c007a87a07588135a74b40b55de2e67"
},
"multiprefix": {
"inputs":{
"do": "verb",
"horse": "stallion",
"doge": "coin",
"dog": "puppy"
},
"expectation": "cf7d318935b52db6e23d8c1f5e6b7e62f3606d4ed13783f4fdbd6e67a2085d04"
}
}