mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix doc typo
This commit is contained in:
parent
2c73c6e06d
commit
0088e94c01
@ -159,10 +159,9 @@ export class DDO {
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates and adds a simple proof
|
||||
* Generates and adds a simple hash proof
|
||||
* @param {Ocean} ocean Ocean instance.
|
||||
* @param {string} publicKey Public key to be used on personal sign.
|
||||
* @param {string} password Password if it's required.
|
||||
* @return {Promise<Proof>} Proof object.
|
||||
*/
|
||||
public async addSimpleProof(ocean: Ocean, publicKey: string): Promise<void> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user