mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
64 lines
1.3 KiB
Markdown
64 lines
1.3 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / TokenOrder
|
|
|
|
# Interface: TokenOrder
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [\_consumeMarketFee](TokenOrder.md#_consumemarketfee)
|
|
- [\_providerFee](TokenOrder.md#_providerfee)
|
|
- [consumer](TokenOrder.md#consumer)
|
|
- [serviceIndex](TokenOrder.md#serviceindex)
|
|
- [tokenAddress](TokenOrder.md#tokenaddress)
|
|
|
|
## Properties
|
|
|
|
### \_consumeMarketFee
|
|
|
|
• **\_consumeMarketFee**: [`ConsumeMarketFee`](ConsumeMarketFee.md)
|
|
|
|
#### Defined in
|
|
|
|
[@types/NFTFactory.ts:13](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L13)
|
|
|
|
___
|
|
|
|
### \_providerFee
|
|
|
|
• **\_providerFee**: [`ProviderFees`](ProviderFees.md)
|
|
|
|
#### Defined in
|
|
|
|
[@types/NFTFactory.ts:12](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L12)
|
|
|
|
___
|
|
|
|
### consumer
|
|
|
|
• **consumer**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/NFTFactory.ts:10](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L10)
|
|
|
|
___
|
|
|
|
### serviceIndex
|
|
|
|
• **serviceIndex**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[@types/NFTFactory.ts:11](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L11)
|
|
|
|
___
|
|
|
|
### tokenAddress
|
|
|
|
• **tokenAddress**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/NFTFactory.ts:9](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L9)
|