Documentation ¶
Overview ¶
Copyright 2020 ChainSafe Systems SPDX-License-Identifier: LGPL-3.0-only
Index ¶
- func CreateNewTrie(root common.Hash, transactions types.Transactions) (*ethtrie.Trie, error)
- func GetTransactions1() types.Transactions
- func GetTransactions2() types.Transactions
- func GetTransactions3() types.Transactions
- func RetrieveProof(trie *ethtrie.Trie, key []byte) ([]byte, []byte, error)
- func VerifyProof(root common.Hash, key []byte, proof ethdb.KeyValueStore) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNewTrie ¶
func GetTransactions1 ¶
func GetTransactions1() types.Transactions
func GetTransactions2 ¶
func GetTransactions2() types.Transactions
func GetTransactions3 ¶
func GetTransactions3() types.Transactions
func VerifyProof ¶
VerifyProof verifies merkle proof on path key against the provided root
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.