Start implementing storage deals
This commit is contained in:
committed by
whyrusleeping
parent
5b63e6aefc
commit
ad9e433232
@@ -117,6 +117,8 @@ type FullNode interface {
|
||||
// ClientImport imports file under the specified path into filestore
|
||||
ClientImport(ctx context.Context, path string) (cid.Cid, error)
|
||||
|
||||
ClientStartDeal(ctx context.Context, data cid.Cid, miner address.Address, blocksDuration uint64) error
|
||||
|
||||
// ClientUnimport removes references to the specified file from filestore
|
||||
//ClientUnimport(path string)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user