Skip to content

Commit

Permalink
feat: deal data selector
Browse files Browse the repository at this point in the history
The deal data selector is now available so if folks actually want to retrieve data from Filecoin they'll soon be able to use this (🔜 currently needs custom lotus client filecoin-project/lotus#6393).

resolves #192
  • Loading branch information
Alan Shaw committed Jun 18, 2021
1 parent 630a611 commit 78197af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/client/src/lib/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ export interface FinalizedDeal extends DealInfo {
* Identifier for the deal stored on chain.
*/
chainDealID: number

/**
* Selector for extracting stored data from the batch root.
*/
datamodelSelector: string
/**
* Deal Activation
*/
Expand Down

0 comments on commit 78197af

Please sign in to comment.