neo-go/pkg/core/mpt
Evgenii Stratonikov 9c478378e1 mpt: implement JSON marshaling/unmarshaling
Because there is no distinct type field in JSONized nodes, distinction
is made via payload itself, thus all unmarshaling is done via
NodeObject.
2020-06-01 18:15:13 +03:00
..
branch.go mpt: implement JSON marshaling/unmarshaling 2020-06-01 18:15:13 +03:00
doc.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
extension.go mpt: implement JSON marshaling/unmarshaling 2020-06-01 18:15:13 +03:00
hash.go mpt: implement JSON marshaling/unmarshaling 2020-06-01 18:15:13 +03:00
helpers.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
leaf.go mpt: implement JSON marshaling/unmarshaling 2020-06-01 18:15:13 +03:00
node.go mpt: implement JSON marshaling/unmarshaling 2020-06-01 18:15:13 +03:00
node_test.go mpt: implement JSON marshaling/unmarshaling 2020-06-01 18:15:13 +03:00
proof.go mpt: implement MPT proof Get and Verify 2020-06-01 18:14:19 +03:00
proof_test.go mpt: implement MPT proof Get and Verify 2020-06-01 18:14:19 +03:00
trie.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00
trie_test.go mpt: implement MPT trie 2020-06-01 18:14:19 +03:00