api.client.Polymesh.ConnectParams - PolymeshAssociation/polymesh-sdk GitHub Wiki

Interface: ConnectParams

api/client/Polymesh.ConnectParams

Table of contents

Properties

Properties

middlewareV2

Optional middlewareV2: MiddlewareConfig

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

Defined in

api/client/Polymesh.ts:51


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:43


polkadot

Optional polkadot: PolkadotConfig

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

Defined in

api/client/Polymesh.ts:55


signingManager

Optional signingManager: SigningManager

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

Defined in

api/client/Polymesh.ts:47