Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Datasource ¶
type Datasource interface {
Store() blockstore.Blockstore
Head(ctx context.Context) cid.Cid
CidAtHeight(ctx context.Context, h int64) (cid.Cid, error)
Reload() error
}
Datasource is the interface for loading data to share with stateexplorer when needed.
Click to show internal directories.
Click to hide internal directories.