Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CellCollectionIterator ¶
type ChangeOutputIndex ¶
type ChangeOutputIndex struct {
Value int
}
type LiveCellCollectResult ¶
type LiveCellCollector ¶
type LiveCellCollector struct { Client rpc.Client SearchKey *indexer.SearchKey SearchOrder indexer.SearchOrder Limit uint64 LastCursor string EmptyData bool // contains filtered or unexported fields }
func NewLiveCellCollector ¶
func NewLiveCellCollector(client rpc.Client, searchKey *indexer.SearchKey, searchOrder indexer.SearchOrder, limit uint64, afterCursor string, onlyNormalCell bool) *LiveCellCollector
func (*LiveCellCollector) CurrentItem ¶
func (c *LiveCellCollector) CurrentItem() (*indexer.LiveCell, error)
func (*LiveCellCollector) HasNext ¶
func (c *LiveCellCollector) HasNext() bool
func (*LiveCellCollector) Iterator ¶
func (c *LiveCellCollector) Iterator() (CellCollectionIterator, error)
func (*LiveCellCollector) Next ¶
func (c *LiveCellCollector) Next() error
Click to show internal directories.
Click to hide internal directories.