Documentation ¶
Overview ¶
Package txfeed implements Chain Core's transaction feeds.
Index ¶
- Variables
- type Tracker
- func (t *Tracker) Create(ctx context.Context, alias, fil, after string, clientToken string) (*TxFeed, error)
- func (t *Tracker) Delete(ctx context.Context, id, alias string) error
- func (t *Tracker) Find(ctx context.Context, id, alias string) (*TxFeed, error)
- func (t *Tracker) Query(ctx context.Context, after string, limit int) ([]*TxFeed, string, error)
- func (t *Tracker) Update(ctx context.Context, id, alias, after, prev string) (*TxFeed, error)
- type TxFeed
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDuplicateAlias = errors.New("duplicate feed alias")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.