-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C2D_V2 ( Includes C2D V2 breaking changes + Free compute) (#1912)
- Loading branch information
1 parent
9a542d0
commit 70d5a06
Showing
17 changed files
with
1,195 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / ComputeEnvFees | ||
|
||
# Interface: ComputeEnvFees | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [feeToken](ComputeEnvFees.md#feeToken) | ||
- [prices](ComputeEnvFees.md#prices) | ||
|
||
## Properties | ||
|
||
### feeToken | ||
|
||
• **feeToken**: `string` | ||
|
||
#### Defined in | ||
|
||
[@types/Compute.ts:42](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L42) | ||
|
||
___ | ||
|
||
### prices | ||
|
||
• **prices**: `ComputeResourcesPricingInfo`[] | ||
|
||
#### Defined in | ||
|
||
[@types/Compute.ts:43](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L43) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / ComputeEnvFeesStructure | ||
|
||
# Interface: ComputeEnvFeesStructure | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [feeToken](ComputeEnvFeesStructure.md#chainId) | ||
|
||
## Properties | ||
|
||
### chainId | ||
|
||
• **chainId**: `ComputeEnvFees` | ||
|
||
#### Defined in | ||
|
||
[@types/Compute.ts:42](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L46) | ||
|
Oops, something went wrong.