The filecoin/accept 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
accepted in a Filecoin deal. In this case the receipt will contain proofs
that the piece was included in an aggregate and deal.
Otherwise the task is failed and the receipt will contain details of the
reason behind the failure.
The
filecoin/accept
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 accepted in a Filecoin deal. In this case the receipt will contain proofs that the piece was included in an aggregate and deal.
Otherwise the task is failed and the receipt will contain details of the reason behind the failure.