1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/FeesInfo.md
2023-05-02 18:18:30 +01:00

75 lines
1.5 KiB
Markdown

[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / FeesInfo
# Interface: FeesInfo
## Table of contents
### Properties
- [exchangeId](FeesInfo.md#exchangeid)
- [marketFee](FeesInfo.md#marketfee)
- [marketFeeAvailable](FeesInfo.md#marketfeeavailable)
- [marketFeeCollector](FeesInfo.md#marketfeecollector)
- [oceanFeeAvailable](FeesInfo.md#oceanfeeavailable)
- [opcFee](FeesInfo.md#opcfee)
## Properties
### exchangeId
**exchangeId**: `string`
#### Defined in
[@types/FixedPrice.ts:54](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L54)
___
### marketFee
**marketFee**: `string`
#### Defined in
[@types/FixedPrice.ts:50](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L50)
___
### marketFeeAvailable
**marketFeeAvailable**: `string`
#### Defined in
[@types/FixedPrice.ts:52](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L52)
___
### marketFeeCollector
**marketFeeCollector**: `string`
#### Defined in
[@types/FixedPrice.ts:51](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L51)
___
### oceanFeeAvailable
**oceanFeeAvailable**: `string`
#### Defined in
[@types/FixedPrice.ts:53](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L53)
___
### opcFee
**opcFee**: `string`
#### Defined in
[@types/FixedPrice.ts:49](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L49)