Added GetTrie and GetAccountTrie to core/interace.go
This commit is contained in:
parent
40f38568e0
commit
6b776ae75c
@ -55,6 +55,9 @@ type Backend interface {
|
|||||||
SubscribePendingLogsEvent(ch chan<- [][]byte) Subscription // RLP Encoded logs
|
SubscribePendingLogsEvent(ch chan<- [][]byte) Subscription // RLP Encoded logs
|
||||||
SubscribeRemovedLogsEvent(ch chan<- []byte) Subscription // RLP encoded logs
|
SubscribeRemovedLogsEvent(ch chan<- []byte) Subscription // RLP encoded logs
|
||||||
|
|
||||||
|
GetTrie(hash Hash) (Trie, error)
|
||||||
|
GetAccountTrie(stateRoot Hash, account Address) (Trie, error)
|
||||||
|
|
||||||
// ChainConfig() *params.ChainConfig
|
// ChainConfig() *params.ChainConfig
|
||||||
// Engine() consensus.Engine
|
// Engine() consensus.Engine
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user