Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is a store to save on-chain and metadata information about the chain.
func (*Store) GetIndex ¶
func (s *Store) GetIndex() (miner.IndexSnapshot, error)
GetIndex gets the complete stored metadata and on-chain index.
func (*Store) SaveMetadata ¶
SaveMetadata creates/updates metadata information of miners.
func (*Store) SaveOnChain ¶
SaveOnChain creates/updates on-chain information of miners.
Click to show internal directories.
Click to hide internal directories.