diff --git a/packages/stargate/src/index.ts b/packages/stargate/src/index.ts index abb21525..3fabcd9f 100644 --- a/packages/stargate/src/index.ts +++ b/packages/stargate/src/index.ts @@ -1 +1,2 @@ -export { StargateClient } from "./stargateclient"; +export { assertIsBroadcastTxSuccess, StargateClient } from "./stargateclient"; +export { SigningStargateClient } from "./signingstargateclient"; diff --git a/packages/stargate/types/index.d.ts b/packages/stargate/types/index.d.ts index abb21525..3fabcd9f 100644 --- a/packages/stargate/types/index.d.ts +++ b/packages/stargate/types/index.d.ts @@ -1 +1,2 @@ -export { StargateClient } from "./stargateclient"; +export { assertIsBroadcastTxSuccess, StargateClient } from "./stargateclient"; +export { SigningStargateClient } from "./signingstargateclient";