Versions in this module Expand all Collapse all v1 v1.8.12 Jul 4, 2018 Changes in this version + type GlobalStore struct + func NewGlobalStore(path string) (s *GlobalStore, err error) + func (s *GlobalStore) Close() error + func (s *GlobalStore) Export(w io.Writer) (n int, err error) + func (s *GlobalStore) Get(addr common.Address, key []byte) (data []byte, err error) + func (s *GlobalStore) HasKey(addr common.Address, key []byte) bool + func (s *GlobalStore) Import(r io.Reader) (n int, err error) + func (s *GlobalStore) NewNodeStore(addr common.Address) *mock.NodeStore + func (s *GlobalStore) Put(addr common.Address, key []byte, data []byte) error