The filecoin/offer task can be executed to request storing a content piece in Filecoin. It issues a signed receipt of the execution result.
filecoin/offer
A receipt for successful execution will contain an effect, linking to a filecoin/submit task that will complete asynchronously.
filecoin/submit
Otherwise the task is failed and the receipt will contain details of the reason behind the failure.
Configuration
Optional
https://github.com/web3-storage/specs/blob/main/w3-filecoin.md#filecoinoffer
Generated using TypeDoc
The
filecoin/offer
task can be executed to request storing a content piece in Filecoin. It issues a signed receipt of the execution result.A receipt for successful execution will contain an effect, linking to a
filecoin/submit
task that will complete asynchronously.Otherwise the task is failed and the receipt will contain details of the reason behind the failure.