• Connects to a blockchain endpoint with a given signer.

    Parameters

    • chain: Chain

      The blockchain chain to connect to.

    • signer: OfflineSigner

      The signer to use for the connection.

    • endPoint: string

      The endpoint URL to connect to.

    Returns Promise<SigningStargateClient>

    A promise that resolves to the connected client.