Versions in this module Expand all Collapse all v1 v1.2.0 Jun 18, 2022 Changes in this version + const PathPostfix + type Blockstore struct + func NewBlockstore(path string, chain msg.ChainId, relayer string) (*Blockstore, error) + func (b *Blockstore) StoreBlock(block *big.Int) error + func (b *Blockstore) TryLoadLatestBlock() (*big.Int, error) + type Blockstorer interface + StoreBlock func(*big.Int) error + type EmptyStore struct + func (s *EmptyStore) StoreBlock(_ *big.Int) error