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

86 lines
1.8 KiB
Markdown

[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / FreOrderParams
# Interface: FreOrderParams
## Table of contents
### Properties
- [baseTokenAddress](FreOrderParams.md#basetokenaddress)
- [baseTokenDecimals](FreOrderParams.md#basetokendecimals)
- [exchangeContract](FreOrderParams.md#exchangecontract)
- [exchangeId](FreOrderParams.md#exchangeid)
- [marketFeeAddress](FreOrderParams.md#marketfeeaddress)
- [maxBaseTokenAmount](FreOrderParams.md#maxbasetokenamount)
- [swapMarketFee](FreOrderParams.md#swapmarketfee)
## Properties
### baseTokenAddress
**baseTokenAddress**: `string`
#### Defined in
[@types/FixedPrice.ts:18](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L18)
___
### baseTokenDecimals
`Optional` **baseTokenDecimals**: `number`
#### Defined in
[@types/FixedPrice.ts:19](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L19)
___
### exchangeContract
**exchangeContract**: `string`
#### Defined in
[@types/FixedPrice.ts:15](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L15)
___
### exchangeId
**exchangeId**: `string`
#### Defined in
[@types/FixedPrice.ts:16](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L16)
___
### marketFeeAddress
**marketFeeAddress**: `string`
#### Defined in
[@types/FixedPrice.ts:21](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L21)
___
### maxBaseTokenAmount
**maxBaseTokenAmount**: `string`
#### Defined in
[@types/FixedPrice.ts:17](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L17)
___
### swapMarketFee
**swapMarketFee**: `string`
#### Defined in
[@types/FixedPrice.ts:20](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L20)