# Packages
Package blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects.
Package blocksutil provides utility functions for working with Blocks.
# Functions
NewBlock creates a Block object from opaque data.
NewBlockWithCid creates a new block when the hash of the data is already known, this is used to save time in situations where we are able to be confident that the data is correct.
No description provided by the author
SplitData extracts UUID and Data from byte slice.
# Structs
A BasicBlock is a singular block of data in ipfs.