@oceanprotocol/lib 3.0.0-next.0 → 3.0.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/CodeExamples.md +1 -1
  3. package/dist/lib.js +1 -1
  4. package/dist/lib.js.map +1 -1
  5. package/dist/lib.modern.js +1 -1
  6. package/dist/lib.modern.js.map +1 -1
  7. package/dist/lib.module.js +1 -1
  8. package/dist/lib.module.js.map +1 -1
  9. package/dist/lib.umd.js +1 -1
  10. package/dist/lib.umd.js.map +1 -1
  11. package/dist/src/utils/ContractUtils.d.ts +2 -0
  12. package/docs/.nojekyll +1 -0
  13. package/docs/README.md +192 -0
  14. package/docs/classes/Aquarius.md +171 -0
  15. package/docs/classes/Config.md +481 -0
  16. package/docs/classes/ConfigHelper.md +66 -0
  17. package/docs/classes/Datatoken.md +1123 -0
  18. package/docs/classes/DfRewards.md +345 -0
  19. package/docs/classes/DfStrategyV1.md +313 -0
  20. package/docs/classes/Dispenser.md +502 -0
  21. package/docs/classes/FixedRateExchange.md +1068 -0
  22. package/docs/classes/Logger.md +191 -0
  23. package/docs/classes/Nft.md +970 -0
  24. package/docs/classes/NftFactory.md +861 -0
  25. package/docs/classes/Provider.md +628 -0
  26. package/docs/classes/Router.md +645 -0
  27. package/docs/classes/SmartContract.md +193 -0
  28. package/docs/classes/SmartContractWithAddress.md +268 -0
  29. package/docs/classes/VeAllocate.md +372 -0
  30. package/docs/classes/VeFeeDistributor.md +325 -0
  31. package/docs/classes/VeFeeEstimate.md +281 -0
  32. package/docs/classes/VeOcean.md +513 -0
  33. package/docs/enums/LogLevel.md +63 -0
  34. package/docs/interfaces/AbiInput.md +63 -0
  35. package/docs/interfaces/AbiItem.md +107 -0
  36. package/docs/interfaces/AbiOutput.md +52 -0
  37. package/docs/interfaces/Arweave.md +32 -0
  38. package/docs/interfaces/Asset.md +227 -0
  39. package/docs/interfaces/AssetDatatoken.md +60 -0
  40. package/docs/interfaces/AssetLastEvent.md +63 -0
  41. package/docs/interfaces/AssetNft.md +105 -0
  42. package/docs/interfaces/AssetPrice.md +47 -0
  43. package/docs/interfaces/ComputeAlgorithm.md +82 -0
  44. package/docs/interfaces/ComputeAsset.md +56 -0
  45. package/docs/interfaces/ComputeEnvironment.md +173 -0
  46. package/docs/interfaces/ComputeJob.md +140 -0
  47. package/docs/interfaces/ComputeOutput.md +118 -0
  48. package/docs/interfaces/ComputeResult.md +52 -0
  49. package/docs/interfaces/ConsumeMarketFee.md +41 -0
  50. package/docs/interfaces/Credential.md +30 -0
  51. package/docs/interfaces/Credentials.md +30 -0
  52. package/docs/interfaces/DDO.md +137 -0
  53. package/docs/interfaces/DatatokenCreateParams.md +107 -0
  54. package/docs/interfaces/DatatokenRoles.md +30 -0
  55. package/docs/interfaces/DispenserCreationParams.md +63 -0
  56. package/docs/interfaces/DispenserParams.md +52 -0
  57. package/docs/interfaces/DispenserToken.md +85 -0
  58. package/docs/interfaces/DownloadResponse.md +30 -0
  59. package/docs/interfaces/Event.md +73 -0
  60. package/docs/interfaces/FeesInfo.md +74 -0
  61. package/docs/interfaces/FileInfo.md +118 -0
  62. package/docs/interfaces/Files.md +41 -0
  63. package/docs/interfaces/FixedPriceExchange.md +162 -0
  64. package/docs/interfaces/FreCreationParams.md +118 -0
  65. package/docs/interfaces/FreOrderParams.md +85 -0
  66. package/docs/interfaces/GraphqlQuery.md +69 -0
  67. package/docs/interfaces/Ipfs.md +32 -0
  68. package/docs/interfaces/Metadata.md +193 -0
  69. package/docs/interfaces/MetadataAlgorithm.md +69 -0
  70. package/docs/interfaces/MetadataAndTokenURI.md +107 -0
  71. package/docs/interfaces/MetadataProof.md +52 -0
  72. package/docs/interfaces/NftCreateData.md +74 -0
  73. package/docs/interfaces/NftRoles.md +52 -0
  74. package/docs/interfaces/Operation.md +145 -0
  75. package/docs/interfaces/OrderParams.md +52 -0
  76. package/docs/interfaces/PriceAndFees.md +52 -0
  77. package/docs/interfaces/ProviderComputeInitialize.md +41 -0
  78. package/docs/interfaces/ProviderComputeInitializeResults.md +30 -0
  79. package/docs/interfaces/ProviderFees.md +96 -0
  80. package/docs/interfaces/ProviderInitialize.md +52 -0
  81. package/docs/interfaces/PublisherTrustedAlgorithm.md +47 -0
  82. package/docs/interfaces/PublishingMarketFee.md +41 -0
  83. package/docs/interfaces/Purgatory.md +34 -0
  84. package/docs/interfaces/SearchQuery.md +67 -0
  85. package/docs/interfaces/Service.md +138 -0
  86. package/docs/interfaces/ServiceComputeOptions.md +63 -0
  87. package/docs/interfaces/ServiceEndpoint.md +41 -0
  88. package/docs/interfaces/Smartcontract-1.md +58 -0
  89. package/docs/interfaces/Stats.md +47 -0
  90. package/docs/interfaces/Template.md +30 -0
  91. package/docs/interfaces/TokenOrder.md +63 -0
  92. package/docs/interfaces/UrlFile.md +71 -0
  93. package/docs/interfaces/UserCustomParameters.md +7 -0
  94. package/docs/interfaces/ValidateMetadata.md +52 -0
  95. package/docs/modules.md +856 -0
  96. package/package.json +7 -8
  97. package/typedoc.json +4 -0
@@ -0,0 +1,118 @@
1
+ [@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / FileInfo
2
+
3
+ # Interface: FileInfo
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [checksum](FileInfo.md#checksum)
10
+ - [contentLength](FileInfo.md#contentlength)
11
+ - [contentType](FileInfo.md#contenttype)
12
+ - [index](FileInfo.md#index)
13
+ - [method](FileInfo.md#method)
14
+ - [type](FileInfo.md#type)
15
+ - [url](FileInfo.md#url)
16
+ - [valid](FileInfo.md#valid)
17
+
18
+ ## Properties
19
+
20
+ ### checksum
21
+
22
+ • `Optional` **checksum**: `string`
23
+
24
+ Computed file checksum
25
+
26
+ #### Defined in
27
+
28
+ [@types/FileInfo.ts:43](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FileInfo.ts#L43)
29
+
30
+ ___
31
+
32
+ ### contentLength
33
+
34
+ • `Optional` **contentLength**: `string`
35
+
36
+ File content length.
37
+
38
+ #### Defined in
39
+
40
+ [@types/FileInfo.ts:19](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FileInfo.ts#L19)
41
+
42
+ ___
43
+
44
+ ### contentType
45
+
46
+ • `Optional` **contentType**: `string`
47
+
48
+ File format, if applicable.
49
+
50
+ **`Example`**
51
+
52
+ ```ts
53
+ "text/csv"
54
+ ```
55
+
56
+ #### Defined in
57
+
58
+ [@types/FileInfo.ts:13](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FileInfo.ts#L13)
59
+
60
+ ___
61
+
62
+ ### index
63
+
64
+ • `Optional` **index**: `number`
65
+
66
+ File index.
67
+
68
+ #### Defined in
69
+
70
+ [@types/FileInfo.ts:25](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FileInfo.ts#L25)
71
+
72
+ ___
73
+
74
+ ### method
75
+
76
+ • `Optional` **method**: `string`
77
+
78
+ HTTP method used
79
+
80
+ #### Defined in
81
+
82
+ [@types/FileInfo.ts:37](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FileInfo.ts#L37)
83
+
84
+ ___
85
+
86
+ ### type
87
+
88
+ • **type**: `string`
89
+
90
+ File URL.
91
+
92
+ #### Defined in
93
+
94
+ [@types/FileInfo.ts:6](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FileInfo.ts#L6)
95
+
96
+ ___
97
+
98
+ ### url
99
+
100
+ • `Optional` **url**: `string`
101
+
102
+ File URL.
103
+
104
+ #### Defined in
105
+
106
+ [@types/FileInfo.ts:31](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FileInfo.ts#L31)
107
+
108
+ ___
109
+
110
+ ### valid
111
+
112
+ • `Optional` **valid**: `boolean`
113
+
114
+ check if file exists
115
+
116
+ #### Defined in
117
+
118
+ [@types/FileInfo.ts:49](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FileInfo.ts#L49)
@@ -0,0 +1,41 @@
1
+ [@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / Files
2
+
3
+ # Interface: Files
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [datatokenAddress](Files.md#datatokenaddress)
10
+ - [files](Files.md#files)
11
+ - [nftAddress](Files.md#nftaddress)
12
+
13
+ ## Properties
14
+
15
+ ### datatokenAddress
16
+
17
+ • **datatokenAddress**: `string`
18
+
19
+ #### Defined in
20
+
21
+ [@types/File.ts:105](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L105)
22
+
23
+ ___
24
+
25
+ ### files
26
+
27
+ • **files**: [`UrlFile`](UrlFile.md)[] \| [`GraphqlQuery`](GraphqlQuery.md)[] \| [`Arweave`](Arweave.md)[] \| [`Smartcontract`](Smartcontract-1.md)[] \| [`Ipfs`](Ipfs.md)[]
28
+
29
+ #### Defined in
30
+
31
+ [@types/File.ts:106](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L106)
32
+
33
+ ___
34
+
35
+ ### nftAddress
36
+
37
+ • **nftAddress**: `string`
38
+
39
+ #### Defined in
40
+
41
+ [@types/File.ts:104](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L104)
@@ -0,0 +1,162 @@
1
+ [@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / FixedPriceExchange
2
+
3
+ # Interface: FixedPriceExchange
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [active](FixedPriceExchange.md#active)
10
+ - [allowedSwapper](FixedPriceExchange.md#allowedswapper)
11
+ - [baseToken](FixedPriceExchange.md#basetoken)
12
+ - [btBalance](FixedPriceExchange.md#btbalance)
13
+ - [btDecimals](FixedPriceExchange.md#btdecimals)
14
+ - [btSupply](FixedPriceExchange.md#btsupply)
15
+ - [datatoken](FixedPriceExchange.md#datatoken)
16
+ - [dtBalance](FixedPriceExchange.md#dtbalance)
17
+ - [dtDecimals](FixedPriceExchange.md#dtdecimals)
18
+ - [dtSupply](FixedPriceExchange.md#dtsupply)
19
+ - [exchangeId](FixedPriceExchange.md#exchangeid)
20
+ - [exchangeOwner](FixedPriceExchange.md#exchangeowner)
21
+ - [fixedRate](FixedPriceExchange.md#fixedrate)
22
+ - [withMint](FixedPriceExchange.md#withmint)
23
+
24
+ ## Properties
25
+
26
+ ### active
27
+
28
+ • **active**: `boolean`
29
+
30
+ #### Defined in
31
+
32
+ [@types/FixedPrice.ts:32](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L32)
33
+
34
+ ___
35
+
36
+ ### allowedSwapper
37
+
38
+ • **allowedSwapper**: `string`
39
+
40
+ #### Defined in
41
+
42
+ [@types/FixedPrice.ts:44](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L44)
43
+
44
+ ___
45
+
46
+ ### baseToken
47
+
48
+ • **baseToken**: `string`
49
+
50
+ #### Defined in
51
+
52
+ [@types/FixedPrice.ts:35](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L35)
53
+
54
+ ___
55
+
56
+ ### btBalance
57
+
58
+ • **btBalance**: `string`
59
+
60
+ #### Defined in
61
+
62
+ [@types/FixedPrice.ts:40](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L40)
63
+
64
+ ___
65
+
66
+ ### btDecimals
67
+
68
+ • **btDecimals**: `string`
69
+
70
+ #### Defined in
71
+
72
+ [@types/FixedPrice.ts:38](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L38)
73
+
74
+ ___
75
+
76
+ ### btSupply
77
+
78
+ • **btSupply**: `string`
79
+
80
+ #### Defined in
81
+
82
+ [@types/FixedPrice.ts:42](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L42)
83
+
84
+ ___
85
+
86
+ ### datatoken
87
+
88
+ • **datatoken**: `string`
89
+
90
+ #### Defined in
91
+
92
+ [@types/FixedPrice.ts:34](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L34)
93
+
94
+ ___
95
+
96
+ ### dtBalance
97
+
98
+ • **dtBalance**: `string`
99
+
100
+ #### Defined in
101
+
102
+ [@types/FixedPrice.ts:39](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L39)
103
+
104
+ ___
105
+
106
+ ### dtDecimals
107
+
108
+ • **dtDecimals**: `string`
109
+
110
+ #### Defined in
111
+
112
+ [@types/FixedPrice.ts:37](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L37)
113
+
114
+ ___
115
+
116
+ ### dtSupply
117
+
118
+ • **dtSupply**: `string`
119
+
120
+ #### Defined in
121
+
122
+ [@types/FixedPrice.ts:41](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L41)
123
+
124
+ ___
125
+
126
+ ### exchangeId
127
+
128
+ • `Optional` **exchangeId**: `string`
129
+
130
+ #### Defined in
131
+
132
+ [@types/FixedPrice.ts:45](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L45)
133
+
134
+ ___
135
+
136
+ ### exchangeOwner
137
+
138
+ • **exchangeOwner**: `string`
139
+
140
+ #### Defined in
141
+
142
+ [@types/FixedPrice.ts:33](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L33)
143
+
144
+ ___
145
+
146
+ ### fixedRate
147
+
148
+ • **fixedRate**: `string`
149
+
150
+ #### Defined in
151
+
152
+ [@types/FixedPrice.ts:36](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L36)
153
+
154
+ ___
155
+
156
+ ### withMint
157
+
158
+ • **withMint**: `boolean`
159
+
160
+ #### Defined in
161
+
162
+ [@types/FixedPrice.ts:43](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L43)
@@ -0,0 +1,118 @@
1
+ [@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / FreCreationParams
2
+
3
+ # Interface: FreCreationParams
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [allowedConsumer](FreCreationParams.md#allowedconsumer)
10
+ - [baseTokenAddress](FreCreationParams.md#basetokenaddress)
11
+ - [baseTokenDecimals](FreCreationParams.md#basetokendecimals)
12
+ - [datatokenDecimals](FreCreationParams.md#datatokendecimals)
13
+ - [fixedRate](FreCreationParams.md#fixedrate)
14
+ - [fixedRateAddress](FreCreationParams.md#fixedrateaddress)
15
+ - [marketFee](FreCreationParams.md#marketfee)
16
+ - [marketFeeCollector](FreCreationParams.md#marketfeecollector)
17
+ - [owner](FreCreationParams.md#owner)
18
+ - [withMint](FreCreationParams.md#withmint)
19
+
20
+ ## Properties
21
+
22
+ ### allowedConsumer
23
+
24
+ • `Optional` **allowedConsumer**: `string`
25
+
26
+ #### Defined in
27
+
28
+ [@types/FixedPrice.ts:11](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L11)
29
+
30
+ ___
31
+
32
+ ### baseTokenAddress
33
+
34
+ • **baseTokenAddress**: `string`
35
+
36
+ #### Defined in
37
+
38
+ [@types/FixedPrice.ts:3](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L3)
39
+
40
+ ___
41
+
42
+ ### baseTokenDecimals
43
+
44
+ • **baseTokenDecimals**: `number`
45
+
46
+ #### Defined in
47
+
48
+ [@types/FixedPrice.ts:6](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L6)
49
+
50
+ ___
51
+
52
+ ### datatokenDecimals
53
+
54
+ • **datatokenDecimals**: `number`
55
+
56
+ #### Defined in
57
+
58
+ [@types/FixedPrice.ts:7](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L7)
59
+
60
+ ___
61
+
62
+ ### fixedRate
63
+
64
+ • **fixedRate**: `string`
65
+
66
+ #### Defined in
67
+
68
+ [@types/FixedPrice.ts:8](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L8)
69
+
70
+ ___
71
+
72
+ ### fixedRateAddress
73
+
74
+ • **fixedRateAddress**: `string`
75
+
76
+ #### Defined in
77
+
78
+ [@types/FixedPrice.ts:2](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L2)
79
+
80
+ ___
81
+
82
+ ### marketFee
83
+
84
+ • **marketFee**: `string`
85
+
86
+ #### Defined in
87
+
88
+ [@types/FixedPrice.ts:9](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L9)
89
+
90
+ ___
91
+
92
+ ### marketFeeCollector
93
+
94
+ • **marketFeeCollector**: `string`
95
+
96
+ #### Defined in
97
+
98
+ [@types/FixedPrice.ts:5](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L5)
99
+
100
+ ___
101
+
102
+ ### owner
103
+
104
+ • **owner**: `string`
105
+
106
+ #### Defined in
107
+
108
+ [@types/FixedPrice.ts:4](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L4)
109
+
110
+ ___
111
+
112
+ ### withMint
113
+
114
+ • `Optional` **withMint**: `boolean`
115
+
116
+ #### Defined in
117
+
118
+ [@types/FixedPrice.ts:10](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L10)
@@ -0,0 +1,85 @@
1
+ [@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / FreOrderParams
2
+
3
+ # Interface: FreOrderParams
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [baseTokenAddress](FreOrderParams.md#basetokenaddress)
10
+ - [baseTokenDecimals](FreOrderParams.md#basetokendecimals)
11
+ - [exchangeContract](FreOrderParams.md#exchangecontract)
12
+ - [exchangeId](FreOrderParams.md#exchangeid)
13
+ - [marketFeeAddress](FreOrderParams.md#marketfeeaddress)
14
+ - [maxBaseTokenAmount](FreOrderParams.md#maxbasetokenamount)
15
+ - [swapMarketFee](FreOrderParams.md#swapmarketfee)
16
+
17
+ ## Properties
18
+
19
+ ### baseTokenAddress
20
+
21
+ • **baseTokenAddress**: `string`
22
+
23
+ #### Defined in
24
+
25
+ [@types/FixedPrice.ts:18](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L18)
26
+
27
+ ___
28
+
29
+ ### baseTokenDecimals
30
+
31
+ • `Optional` **baseTokenDecimals**: `number`
32
+
33
+ #### Defined in
34
+
35
+ [@types/FixedPrice.ts:19](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L19)
36
+
37
+ ___
38
+
39
+ ### exchangeContract
40
+
41
+ • **exchangeContract**: `string`
42
+
43
+ #### Defined in
44
+
45
+ [@types/FixedPrice.ts:15](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L15)
46
+
47
+ ___
48
+
49
+ ### exchangeId
50
+
51
+ • **exchangeId**: `string`
52
+
53
+ #### Defined in
54
+
55
+ [@types/FixedPrice.ts:16](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L16)
56
+
57
+ ___
58
+
59
+ ### marketFeeAddress
60
+
61
+ • **marketFeeAddress**: `string`
62
+
63
+ #### Defined in
64
+
65
+ [@types/FixedPrice.ts:21](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L21)
66
+
67
+ ___
68
+
69
+ ### maxBaseTokenAmount
70
+
71
+ • **maxBaseTokenAmount**: `string`
72
+
73
+ #### Defined in
74
+
75
+ [@types/FixedPrice.ts:17](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L17)
76
+
77
+ ___
78
+
79
+ ### swapMarketFee
80
+
81
+ • **swapMarketFee**: `string`
82
+
83
+ #### Defined in
84
+
85
+ [@types/FixedPrice.ts:20](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L20)
@@ -0,0 +1,69 @@
1
+ [@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / GraphqlQuery
2
+
3
+ # Interface: GraphqlQuery
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [headers](GraphqlQuery.md#headers)
10
+ - [index](GraphqlQuery.md#index)
11
+ - [query](GraphqlQuery.md#query)
12
+ - [type](GraphqlQuery.md#type)
13
+ - [url](GraphqlQuery.md#url)
14
+
15
+ ## Properties
16
+
17
+ ### headers
18
+
19
+ • `Optional` **headers**: `FileTypeHeaders`
20
+
21
+ Headers key value pairs associated with the asset GET request
22
+
23
+ #### Defined in
24
+
25
+ [@types/File.ts:58](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L58)
26
+
27
+ ___
28
+
29
+ ### index
30
+
31
+ • `Optional` **index**: `number`
32
+
33
+ #### Defined in
34
+
35
+ [@types/File.ts:40](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L40)
36
+
37
+ ___
38
+
39
+ ### query
40
+
41
+ • **query**: `string`
42
+
43
+ query
44
+
45
+ #### Defined in
46
+
47
+ [@types/File.ts:52](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L52)
48
+
49
+ ___
50
+
51
+ ### type
52
+
53
+ • **type**: ``"graphql"``
54
+
55
+ #### Defined in
56
+
57
+ [@types/File.ts:35](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L35)
58
+
59
+ ___
60
+
61
+ ### url
62
+
63
+ • **url**: `string`
64
+
65
+ Endpoint URL
66
+
67
+ #### Defined in
68
+
69
+ [@types/File.ts:46](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L46)
@@ -0,0 +1,32 @@
1
+ [@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / Ipfs
2
+
3
+ # Interface: Ipfs
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [hash](Ipfs.md#hash)
10
+ - [type](Ipfs.md#type)
11
+
12
+ ## Properties
13
+
14
+ ### hash
15
+
16
+ • **hash**: `string`
17
+
18
+ hash
19
+
20
+ #### Defined in
21
+
22
+ [@types/File.ts:78](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L78)
23
+
24
+ ___
25
+
26
+ ### type
27
+
28
+ • **type**: ``"ipfs"``
29
+
30
+ #### Defined in
31
+
32
+ [@types/File.ts:72](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/File.ts#L72)