Skip to main content
Version: v29.0.x

Interface: ConnectParams

Defined in: src/api/client/Polymesh.ts:37

Properties

middlewareV2?

optional middlewareV2: MiddlewareConfig

Defined in: src/api/client/Polymesh.ts:51

Allows for historical data to be queried. Required for some methods to work


nodeUrl

nodeUrl: string

Defined in: src/api/client/Polymesh.ts:43

The websocket or http URL for the Polymesh node to connect to

Note

subscription features are not available if an http URL is provided


polkadot?

optional polkadot: PolkadotConfig

Defined in: src/api/client/Polymesh.ts:55

Advanced options that will be used with the underling polkadot.js instance


signingManager?

optional signingManager: SigningManager

Defined in: src/api/client/Polymesh.ts:47

Handles signing of transactions. Required to be set before submitting transactions