Gets a @cosmjs/stargate client used to interact with the Sei chain.
With custom registry and amino types
import { getStargateClient } from '@sei-js/cosmjs';...// Create a client with registryconst signingClient = await getStargateClient(RPC_URL); Copy
import { getStargateClient } from '@sei-js/cosmjs';...// Create a client with registryconst signingClient = await getStargateClient(RPC_URL);
The endpoint of the RPC node used to interact to the Sei chain.
Optional
A StargateClientOptions object used to configure the stargate client.
A StargateClient object used to interact with the Sei chain.
Gets a @cosmjs/stargate client used to interact with the Sei chain.
Example
With custom registry and amino types