sector import: Remote Commit1
This commit is contained in:
+13
-1
@@ -572,6 +572,18 @@ type RemoteSectorMeta struct {
|
||||
////////
|
||||
// SEALING SERVICE HOOKS
|
||||
|
||||
// todo Commit1Provider
|
||||
// URL
|
||||
// todo better doc
|
||||
RemoteCommit1Endpoint string
|
||||
|
||||
// todo OnDone / OnStateChange
|
||||
}
|
||||
|
||||
type RemoteCommit1Params struct {
|
||||
Ticket, Seed []byte
|
||||
|
||||
Unsealed cid.Cid
|
||||
Sealed cid.Cid
|
||||
|
||||
ProofType abi.RegisteredSealProof
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user