Function getStargateClient

  • Gets a @cosmjs/stargate client used to interact with the Sei chain.

    Returns

    A StargateClient object used to interact with the Sei chain.

    Parameters

    • rpcEndpoint: string

      The endpoint of the RPC node used to interact to the Sei chain.

    • options: StargateClientOptions = {}

      A StargateClientOptions object used to configure the stargate client.

    Returns Promise<StargateClient>

Generated using TypeDoc