Skip to content

Commit 77a2d32

Browse files
committed
refactor: clean up unused script tags in documentation
1 parent 94d04cd commit 77a2d32

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/references/dataProtector/dataProtectorCore/getResultFromCompletedTask.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ import { type GetResultFromCompletedTaskResponse } from '@iexec/dataprotector';
135135

136136
The actual content of the protected file.
137137

138-
```
139-
140138
<script setup>
141139
import RequiredBadge from '@/components/RequiredBadge.vue'
142140
import OptionalBadge from '@/components/OptionalBadge.vue'
143141
</script>
144-
```

src/references/dataProtector/types.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)