@harmony-js/account
Advanced tools
Comparing version 0.1.21 to 0.1.22
@@ -31,2 +31,4 @@ /// <reference types="bn.js" /> | ||
provider: HttpProvider | WSProvider; | ||
gasLimit: string; | ||
gasPrice: string; | ||
private messenger; | ||
@@ -40,4 +42,2 @@ private shardID; | ||
private wallets; | ||
private gasLimit; | ||
private gasPrice; | ||
constructor(provider?: string | HttpProvider | WSProvider, menmonic?: string, index?: number, addressCount?: number, shardID?: number, chainType?: ChainType, chainId?: ChainID, gasLimit?: string, gasPrice?: string); | ||
@@ -44,0 +44,0 @@ normalizePrivateKeys(mnemonic: string | string[]): false | string[]; |
{ | ||
"name": "@harmony-js/account", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "account and wallet for harmony", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@harmony-js/core": "0.1.21", | ||
"@harmony-js/core": "0.1.22", | ||
"@harmony-js/crypto": "0.1.14", | ||
@@ -28,3 +28,3 @@ "@harmony-js/network": "0.1.19", | ||
}, | ||
"gitHead": "8fef0fd0f043f1d922ed577e75edcc63fc29bc1e" | ||
"gitHead": "9cfa811ee49e05527dde9b952af807fa7aa78dcf" | ||
} |
@@ -50,2 +50,5 @@ import { bip39, hdkey, getAddress, BN, Signature } from '@harmony-js/crypto'; | ||
public provider: HttpProvider | WSProvider; | ||
public gasLimit: string; | ||
public gasPrice: string; | ||
private messenger: Messenger; | ||
@@ -59,4 +62,2 @@ private shardID: number; | ||
private wallets: WalletsInterfaces; | ||
private gasLimit: string; | ||
private gasPrice: string; | ||
@@ -63,0 +64,0 @@ constructor( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
429074
+ Added@harmony-js/core@0.1.22(transitive)
- Removed@harmony-js/core@0.1.21(transitive)
Updated@harmony-js/core@0.1.22