mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
119 lines
2.5 KiB
Markdown
119 lines
2.5 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / FreCreationParams
|
|
|
|
# Interface: FreCreationParams
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [allowedConsumer](FreCreationParams.md#allowedconsumer)
|
|
- [baseTokenAddress](FreCreationParams.md#basetokenaddress)
|
|
- [baseTokenDecimals](FreCreationParams.md#basetokendecimals)
|
|
- [datatokenDecimals](FreCreationParams.md#datatokendecimals)
|
|
- [fixedRate](FreCreationParams.md#fixedrate)
|
|
- [fixedRateAddress](FreCreationParams.md#fixedrateaddress)
|
|
- [marketFee](FreCreationParams.md#marketfee)
|
|
- [marketFeeCollector](FreCreationParams.md#marketfeecollector)
|
|
- [owner](FreCreationParams.md#owner)
|
|
- [withMint](FreCreationParams.md#withmint)
|
|
|
|
## Properties
|
|
|
|
### allowedConsumer
|
|
|
|
• `Optional` **allowedConsumer**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:11](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L11)
|
|
|
|
___
|
|
|
|
### baseTokenAddress
|
|
|
|
• **baseTokenAddress**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:3](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L3)
|
|
|
|
___
|
|
|
|
### baseTokenDecimals
|
|
|
|
• **baseTokenDecimals**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:6](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L6)
|
|
|
|
___
|
|
|
|
### datatokenDecimals
|
|
|
|
• **datatokenDecimals**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:7](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L7)
|
|
|
|
___
|
|
|
|
### fixedRate
|
|
|
|
• **fixedRate**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:8](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L8)
|
|
|
|
___
|
|
|
|
### fixedRateAddress
|
|
|
|
• **fixedRateAddress**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:2](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L2)
|
|
|
|
___
|
|
|
|
### marketFee
|
|
|
|
• **marketFee**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:9](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L9)
|
|
|
|
___
|
|
|
|
### marketFeeCollector
|
|
|
|
• **marketFeeCollector**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:5](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L5)
|
|
|
|
___
|
|
|
|
### owner
|
|
|
|
• **owner**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:4](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L4)
|
|
|
|
___
|
|
|
|
### withMint
|
|
|
|
• `Optional` **withMint**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:10](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/FixedPrice.ts#L10)
|