Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-nodes / EVMConfig

Class: EVMConfig ​

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:794

EVMConfig provides configuration for Ethereum Virtual Machine compatible blockchains

Constructors ​

Constructor ​

new EVMConfig(): EVMConfig

Returns ​

EVMConfig

Properties ​

connection? ​

optional connection: object

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:834

rpcUrl ​

rpcUrl: string

wsEndpoint? ​

optional wsEndpoint: string


gasMultiplier? ​

optional gasMultiplier: number

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:813


privateKey ​

privateKey: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:806


walletAddress ​

walletAddress: string = ''

Defined in: packages/chaingraph-nodes/src/nodes/okx-dex-api/types.ts:799

Licensed under BUSL-1.1