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

53 lines
1.1 KiB
Markdown

[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / PriceAndFees
# Interface: PriceAndFees
## Table of contents
### Properties
- [baseTokenAmount](PriceAndFees.md#basetokenamount)
- [consumeMarketFeeAmount](PriceAndFees.md#consumemarketfeeamount)
- [marketFeeAmount](PriceAndFees.md#marketfeeamount)
- [oceanFeeAmount](PriceAndFees.md#oceanfeeamount)
## Properties
### baseTokenAmount
**baseTokenAmount**: `string`
#### Defined in
[@types/FixedPrice.ts:25](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L25)
___
### consumeMarketFeeAmount
**consumeMarketFeeAmount**: `string`
#### Defined in
[@types/FixedPrice.ts:28](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L28)
___
### marketFeeAmount
**marketFeeAmount**: `string`
#### Defined in
[@types/FixedPrice.ts:27](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L27)
___
### oceanFeeAmount
**oceanFeeAmount**: `string`
#### Defined in
[@types/FixedPrice.ts:26](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L26)