Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlocksService ¶
type BlocksService struct {
// contains filtered or unexported fields
}
func (*BlocksService) GetByHeight ¶
func (s *BlocksService) GetByHeight(height abi.ChainEpoch) (*types.TipSet, bool)
func (*BlocksService) GetGenesis ¶
func (s *BlocksService) GetGenesis() *types.TipSet
func (*BlocksService) GetHead ¶
func (s *BlocksService) GetHead() *types.TipSet
func (*BlocksService) Push ¶
func (s *BlocksService) Push(blocks []*types.BlockHeader)
Click to show internal directories.
Click to hide internal directories.