mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
163 lines
3.3 KiB
Markdown
163 lines
3.3 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / FixedPriceExchange
|
|
|
|
# Interface: FixedPriceExchange
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [active](FixedPriceExchange.md#active)
|
|
- [allowedSwapper](FixedPriceExchange.md#allowedswapper)
|
|
- [baseToken](FixedPriceExchange.md#basetoken)
|
|
- [btBalance](FixedPriceExchange.md#btbalance)
|
|
- [btDecimals](FixedPriceExchange.md#btdecimals)
|
|
- [btSupply](FixedPriceExchange.md#btsupply)
|
|
- [datatoken](FixedPriceExchange.md#datatoken)
|
|
- [dtBalance](FixedPriceExchange.md#dtbalance)
|
|
- [dtDecimals](FixedPriceExchange.md#dtdecimals)
|
|
- [dtSupply](FixedPriceExchange.md#dtsupply)
|
|
- [exchangeId](FixedPriceExchange.md#exchangeid)
|
|
- [exchangeOwner](FixedPriceExchange.md#exchangeowner)
|
|
- [fixedRate](FixedPriceExchange.md#fixedrate)
|
|
- [withMint](FixedPriceExchange.md#withmint)
|
|
|
|
## Properties
|
|
|
|
### active
|
|
|
|
• **active**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:32](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L32)
|
|
|
|
___
|
|
|
|
### allowedSwapper
|
|
|
|
• **allowedSwapper**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:44](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L44)
|
|
|
|
___
|
|
|
|
### baseToken
|
|
|
|
• **baseToken**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:35](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L35)
|
|
|
|
___
|
|
|
|
### btBalance
|
|
|
|
• **btBalance**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:40](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L40)
|
|
|
|
___
|
|
|
|
### btDecimals
|
|
|
|
• **btDecimals**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:38](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L38)
|
|
|
|
___
|
|
|
|
### btSupply
|
|
|
|
• **btSupply**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:42](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L42)
|
|
|
|
___
|
|
|
|
### datatoken
|
|
|
|
• **datatoken**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:34](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L34)
|
|
|
|
___
|
|
|
|
### dtBalance
|
|
|
|
• **dtBalance**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:39](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L39)
|
|
|
|
___
|
|
|
|
### dtDecimals
|
|
|
|
• **dtDecimals**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:37](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L37)
|
|
|
|
___
|
|
|
|
### dtSupply
|
|
|
|
• **dtSupply**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:41](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L41)
|
|
|
|
___
|
|
|
|
### exchangeId
|
|
|
|
• `Optional` **exchangeId**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:45](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L45)
|
|
|
|
___
|
|
|
|
### exchangeOwner
|
|
|
|
• **exchangeOwner**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:33](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L33)
|
|
|
|
___
|
|
|
|
### fixedRate
|
|
|
|
• **fixedRate**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:36](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L36)
|
|
|
|
___
|
|
|
|
### withMint
|
|
|
|
• **withMint**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
[@types/FixedPrice.ts:43](https://github.com/oceanprotocol/ocean.js/blob/4f5a8cee/src/@types/FixedPrice.ts#L43)
|