File tree Expand file tree Collapse file tree 5 files changed +7
-174
lines changed
Expand file tree Collapse file tree 5 files changed +7
-174
lines changed Original file line number Diff line number Diff line change @@ -432,10 +432,6 @@ export function getSidebar() {
432432 } ,
433433 ] ,
434434 } ,
435- {
436- text : 'Migrate from v1 to v2' ,
437- link : '/references/dataProtector/migrate-from-v1' ,
438- } ,
439435 ] ,
440436 } ,
441437 {
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- ```
Load Diff This file was deleted.
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).
Original file line number Diff line number Diff line change @@ -245,14 +245,6 @@ See [Deal](#deal) and [PoCo](#poco-proof-of-contribution) for more information.
245245
246246## O
247247
248- ### Oilers
249-
250- A term of affection used to designate the iExec community. Oilers are said to be
251- holding "digital oil". This term could also be in reference to the iExec
252- whitepaper that states: " iExec introduces a new paradigm in cloud computing: it
253- will allow the trading of computing resources as commodities; in the same way
254- markets may observe with resources such as oil, gold or rice."
255-
256248### Oracle
257249
258250Data feeds that connect the off-chain world to blockchain products. Oracles act
@@ -424,14 +416,6 @@ special security measures that keep its contents completely private and secure.
424416
425417## W
426418
427- ### Whitepaper
428-
429- Explain the purpose and technology behind a project. Producing a whitepaper is a
430- key step for a crypto startup to help investors understand technical information
431- about its concept; whitepaper usually include a roadmap for how the project
432- plans to grow and succeed. iExec's whitepaper is available at
433- [ iEx.ec/whitepaper] ( https://www.iex.ec/whitepaper )
434-
435419### Workers
436420
437421Individuals or companies who own computing resources and are willing to make
You can’t perform that action at this time.
0 commit comments