Skip to content

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

Class: SuiConfig

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

SuiConfig provides configuration for the Sui blockchain

Constructors

Constructor

new SuiConfig(): SuiConfig

Returns

SuiConfig

Properties

connection?

optional connection: object

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

rpcUrl

rpcUrl: string

wsEndpoint?

optional wsEndpoint: string


privateKey

privateKey: string = ''

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


walletAddress

walletAddress: string = ''

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

Licensed under BUSL-1.1