mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / ProviderInitialize
|
|
|
|
# Interface: ProviderInitialize
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [computeAddress](ProviderInitialize.md#computeaddress)
|
|
- [datatoken](ProviderInitialize.md#datatoken)
|
|
- [nonce](ProviderInitialize.md#nonce)
|
|
- [providerFee](ProviderInitialize.md#providerfee)
|
|
|
|
## Properties
|
|
|
|
### computeAddress
|
|
|
|
• **computeAddress**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Provider.ts:15](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Provider.ts#L15)
|
|
|
|
___
|
|
|
|
### datatoken
|
|
|
|
• **datatoken**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Provider.ts:13](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Provider.ts#L13)
|
|
|
|
___
|
|
|
|
### nonce
|
|
|
|
• **nonce**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Provider.ts:14](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Provider.ts#L14)
|
|
|
|
___
|
|
|
|
### providerFee
|
|
|
|
• **providerFee**: [`ProviderFees`](ProviderFees.md)
|
|
|
|
#### Defined in
|
|
|
|
[@types/Provider.ts:16](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Provider.ts#L16)
|