Function getSigningCosmWasmClient

  • Returns an interface used to sign transactions on the Sei chain.

    Returns

    A client that can be used to sign CosmWasm transactions on the Sei chain.

    Parameters

    • rpcEndpoint: string

      The url of the RPC Endpoint used to connect to the Sei chain.

    • signer: OfflineSigner

      An OfflineAminoSigner or OfflineDirectSigner from @cosmjs/amino containing info about the signer.

    • options: SigningCosmWasmClientOptions = {}

      A SigningCosmWasmClientOptions object from @cosmjs/cosmwasm-stargate containing options to configure the signing client.

    Returns Promise<SigningCosmWasmClient>

Generated using TypeDoc