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 294ee54 commit f6936d7Copy full SHA for f6936d7
src/zilliqa.ts
@@ -31,12 +31,12 @@ export default class Zilliqa {
31
getAddressFromPrivateKey: util.getAddressFromPrivateKey,
32
getPubKeyFromPrivateKey: util.getPubKeyFromPrivateKey,
33
createTransactionJson: util.createTransactionJson,
34
- getAddressFromPublicKey: util.getAddressFromPublicKey,
+ getAddressFromPubKey: util.getAddressFromPublicKey,
35
isAddress: util.isAddress,
36
isPrivateKey: util.isPrivateKey,
37
isPubKey: util.isPubkey,
38
intToByteArray: util.intToByteArray,
39
- compressPublicKey: util.compressPublicKey
+ compressPubKey: util.compressPublicKey
40
41
};
42
0 commit comments