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

53 lines
1.1 KiB
Markdown

[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / DispenserParams
# Interface: DispenserParams
## Table of contents
### Properties
- [allowedSwapper](DispenserParams.md#allowedswapper)
- [maxBalance](DispenserParams.md#maxbalance)
- [maxTokens](DispenserParams.md#maxtokens)
- [withMint](DispenserParams.md#withmint)
## Properties
### allowedSwapper
`Optional` **allowedSwapper**: `string`
#### Defined in
[@types/Datatoken.ts:43](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Datatoken.ts#L43)
___
### maxBalance
**maxBalance**: `string`
#### Defined in
[@types/Datatoken.ts:41](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Datatoken.ts#L41)
___
### maxTokens
**maxTokens**: `string`
#### Defined in
[@types/Datatoken.ts:40](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Datatoken.ts#L40)
___
### withMint
`Optional` **withMint**: `boolean`
#### Defined in
[@types/Datatoken.ts:42](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Datatoken.ts#L42)