The filecoin/submit task is an effect linked from successful execution
of a filecoin/offer task, it is executed to issue a receipt for the
success or failure of the task.
A receipt for successful execution indicates that the offered piece has been
submitted to the pipeline. In this case the receipt will contain an effect,
linking to a piece/offer task that will complete asynchronously.
Otherwise the task is failed and the receipt will contain details of the
reason behind the failure.
The
filecoin/submit
task is an effect linked from successful execution of afilecoin/offer
task, it is executed to issue a receipt for the success or failure of the task.A receipt for successful execution indicates that the offered piece has been submitted to the pipeline. In this case the receipt will contain an effect, linking to a
piece/offer
task that will complete asynchronously.Otherwise the task is failed and the receipt will contain details of the reason behind the failure.