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

48 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[@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 algorithms 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 algorithms files section.
#### Defined in
[@types/DDO/Service.ts:12](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/DDO/Service.ts#L12)