diff --git a/src/index.ts b/src/index.ts index 8f2c2555..4b530d36 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,3 +12,4 @@ export * from './localnet' export * from './network-client' export * from './transaction' export * from './transfer' +export * from './types/algorand-client'