EthConnectionConfig interface
Configuration of ethereum based blockchain connection
EthConnectionConfig
Signature:
export interface EthConnectionConfig
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| chainId | number | null | ||
| confirmationBlockCount | number | ||
| confirmationTimeout | number | ||
| contractAddress | string | ||
| defaultGasLimit | number | ||
| maxGasPrice? | string | (Optional) | |
| minGasPrice? | string | (Optional) | |
| receiptTimeout | number | ||
| rpcResponseTimeout | number | ||
| url | string | ||
| waitBlockCycleTime | number | ||
| waitReceiptCycleTime | number |