We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ff7b1 commit 98998e7Copy full SHA for 98998e7
src/model/account/Address.ts
@@ -23,7 +23,7 @@ import {NetworkType} from '../blockchain/NetworkType';
23
export class Address {
24
/**
25
* Create from private key
26
- * @param publicKey - The account private key.
+ * @param publicKey - The account public key.
27
* @param networkType - The NEM network type.
28
* @returns {Address}
29
*/
0 commit comments