Skip to main content
Version: 24.6.x

Interface: ConnectParams

api/client/Polymesh.ConnectParams

Properties

middlewareV2

Optional middlewareV2: MiddlewareConfig

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

Defined in

api/client/Polymesh.ts:50


nodeUrl

nodeUrl: string

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

Note

subscription features are not available if an http URL is provided

Defined in

api/client/Polymesh.ts:42


polkadot

Optional polkadot: PolkadotConfig

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

Defined in

api/client/Polymesh.ts:54


signingManager

Optional signingManager: SigningManager

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

Defined in

api/client/Polymesh.ts:46