cosmology-tech / telescope

A TypeScript Transpiler for Cosmos Protobufs ⚛️
https://cosmology.zone/products/telescope
Apache License 2.0
144 stars 43 forks source link

add getTxRpc function to client.ts #551

Closed Zetazzz closed 8 months ago

Zetazzz commented 8 months ago

add getTxRpc function to client.ts

// get TxRpc for both query and signAndBroadcast by this newly add function
export const getSigningCosmosTxRpc = async ({
  rpcEndpoint,
  signer
}: SigningClientParams) => TxRpc