mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / OrderParams
|
|
|
|
# Interface: OrderParams
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [\_consumeMarketFee](OrderParams.md#_consumemarketfee)
|
|
- [\_providerFee](OrderParams.md#_providerfee)
|
|
- [consumer](OrderParams.md#consumer)
|
|
- [serviceIndex](OrderParams.md#serviceindex)
|
|
|
|
## Properties
|
|
|
|
### \_consumeMarketFee
|
|
|
|
• **\_consumeMarketFee**: [`ConsumeMarketFee`](ConsumeMarketFee.md)
|
|
|
|
#### Defined in
|
|
|
|
[@types/Datatoken.ts:36](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Datatoken.ts#L36)
|
|
|
|
___
|
|
|
|
### \_providerFee
|
|
|
|
• **\_providerFee**: [`ProviderFees`](ProviderFees.md)
|
|
|
|
#### Defined in
|
|
|
|
[@types/Datatoken.ts:35](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Datatoken.ts#L35)
|
|
|
|
___
|
|
|
|
### consumer
|
|
|
|
• **consumer**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Datatoken.ts:33](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Datatoken.ts#L33)
|
|
|
|
___
|
|
|
|
### serviceIndex
|
|
|
|
• **serviceIndex**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Datatoken.ts:34](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Datatoken.ts#L34)
|