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) / ComputeOutput
|
|
|
|
# Interface: ComputeOutput
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [metadata](ComputeOutput.md#metadata)
|
|
- [metadataUri](ComputeOutput.md#metadatauri)
|
|
- [nodeUri](ComputeOutput.md#nodeuri)
|
|
- [owner](ComputeOutput.md#owner)
|
|
- [providerAddress](ComputeOutput.md#provideraddress)
|
|
- [providerUri](ComputeOutput.md#provideruri)
|
|
- [publishAlgorithmLog](ComputeOutput.md#publishalgorithmlog)
|
|
- [publishOutput](ComputeOutput.md#publishoutput)
|
|
- [secretStoreUri](ComputeOutput.md#secretstoreuri)
|
|
- [whitelist](ComputeOutput.md#whitelist)
|
|
|
|
## Properties
|
|
|
|
### metadata
|
|
|
|
• `Optional` **metadata**: [`Metadata`](Metadata.md)
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:54](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L54)
|
|
|
|
___
|
|
|
|
### metadataUri
|
|
|
|
• `Optional` **metadataUri**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:55](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L55)
|
|
|
|
___
|
|
|
|
### nodeUri
|
|
|
|
• `Optional` **nodeUri**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:56](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L56)
|
|
|
|
___
|
|
|
|
### owner
|
|
|
|
• `Optional` **owner**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:57](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L57)
|
|
|
|
___
|
|
|
|
### providerAddress
|
|
|
|
• `Optional` **providerAddress**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:52](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L52)
|
|
|
|
___
|
|
|
|
### providerUri
|
|
|
|
• `Optional` **providerUri**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:53](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L53)
|
|
|
|
___
|
|
|
|
### publishAlgorithmLog
|
|
|
|
• `Optional` **publishAlgorithmLog**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:50](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L50)
|
|
|
|
___
|
|
|
|
### publishOutput
|
|
|
|
• `Optional` **publishOutput**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:51](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L51)
|
|
|
|
___
|
|
|
|
### secretStoreUri
|
|
|
|
• `Optional` **secretStoreUri**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:58](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L58)
|
|
|
|
___
|
|
|
|
### whitelist
|
|
|
|
• `Optional` **whitelist**: `string`[]
|
|
|
|
#### Defined in
|
|
|
|
[@types/Compute.ts:59](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Compute.ts#L59)
|