Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
Block is the ipfs blocks service. It is the way to retrieve blocks by the higher level ipfs modules
type BlockService ¶
BlockService is a block datastore. It uses an internal `datastore.Datastore` instance to store values.
func NewBlockService ¶
func NewBlockService(d ds.Datastore) (*BlockService, error)
NewBlockService creates a BlockService with given datastore instance.
Click to show internal directories.
Click to hide internal directories.