File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
src/references/dataProtector Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,7 @@ import { type GetResultFromCompletedTaskResponse } from '@iexec/dataprotector';
135135
136136The actual content of the protected file.
137137
138- ```
139-
140138<script setup >
141139import RequiredBadge from ' @/components/RequiredBadge.vue'
142140import OptionalBadge from ' @/components/OptionalBadge.vue'
143141</script >
144- ```
Original file line number Diff line number Diff line change @@ -17,14 +17,19 @@ Types in DataProtector.
1717
1818### datasetprice: <span class =" text-yellow " >` string ` </span >
1919
20- - Price (in nRLC) to charge the user specified in ` requesterrestrict ` for each
21- use of this ` protectedData `
20+ - Total number of authorized accesses for processing a Protected Data when the
21+ access was signed and published
2222
2323### volume: <span class =" text-yellow " >` string ` </span >
2424
2525- Number of authorized uses of this ` protectedData ` ; each use decrements this
2626 counter
2727
28+ ### remainingAccess: <span class =" text-yellow " >` number ` </span >
29+
30+ - Number of remaining authorized accesses for processing a protected data; each
31+ use decrements this counter
32+
2833### tag: <span class =" text-yellow " >` string ` </span >
2934
3035- Defines whether a ` protectedData ` is usable in a TEE environment; ` 0x00 ` is
@@ -120,6 +125,3 @@ You can read more about the
120125<!-- prettier-ignore-start -->
121126_ Hash example:_ ` 0xc9c2d58fc01fe54149b7daf49a0026d4ab1fdd3d10fb7c76350790fff03fe24d `
122127<!-- prettier-ignore-end -->
123-
124- You can read more about the [ iExec Explorer]
125- (/get-started/tooling-and-explorers/iexec-explorer).
You can’t perform that action at this time.
0 commit comments