Constructors
constructor
- new default(params?: Params): default
-
Properties
difficulty
difficulty: BN = ...
Methods
mineFreeGas
- mineFreeGas(gasAmount: any, address: any, nonce: any, bytes?: string): Promise<any>
-
Parameters
-
gasAmount: any
-
address: any
-
nonce: any
-
Optional
bytes: string
Returns Promise<any>
mineGasForTransaction
- mineGasForTransaction(nonce: any, gas: any, from: string, bytes?: string): Promise<any>
-
Parameters
-
nonce: any
-
gas: any
-
from: string
-
Optional
bytes: string
Returns Promise<any>