Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrWaitForRemoteCompute = fmt.Errorf("waiting for remote commP computation")
Functions ¶
This section is empty.
Types ¶
type IManager ¶
type IManager interface { GetPieceCommitment(ctx context.Context, data cid.Cid, bs blockstore.Blockstore) (cid.Cid, uint64, abi.UnpaddedPieceSize, error) RunPieceCommCompute(ctx context.Context, data cid.Cid, bs blockstore.Blockstore) (cid.Cid, uint64, abi.UnpaddedPieceSize, error) }
func NewManager ¶
Click to show internal directories.
Click to hide internal directories.