mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
48 lines
1.1 KiB
Markdown
48 lines
1.1 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / PublisherTrustedAlgorithm
|
||
|
||
# Interface: PublisherTrustedAlgorithm
|
||
|
||
## Table of contents
|
||
|
||
### Properties
|
||
|
||
- [containerSectionChecksum](PublisherTrustedAlgorithm.md#containersectionchecksum)
|
||
- [did](PublisherTrustedAlgorithm.md#did)
|
||
- [filesChecksum](PublisherTrustedAlgorithm.md#fileschecksum)
|
||
|
||
## Properties
|
||
|
||
### containerSectionChecksum
|
||
|
||
• **containerSectionChecksum**: `string`
|
||
|
||
Hash of algorithm’s metadata.algorithm.container section.
|
||
|
||
#### Defined in
|
||
|
||
[@types/DDO/Service.ts:18](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/DDO/Service.ts#L18)
|
||
|
||
___
|
||
|
||
### did
|
||
|
||
• **did**: `string`
|
||
|
||
The DID of the algorithm which is trusted by the publisher.
|
||
|
||
#### Defined in
|
||
|
||
[@types/DDO/Service.ts:6](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/DDO/Service.ts#L6)
|
||
|
||
___
|
||
|
||
### filesChecksum
|
||
|
||
• **filesChecksum**: `string`
|
||
|
||
Hash of algorithm’s files section.
|
||
|
||
#### Defined in
|
||
|
||
[@types/DDO/Service.ts:12](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/DDO/Service.ts#L12)
|