diff --git a/packages/sdk-ts/src/core/modules/authz/index.ts b/packages/sdk-ts/src/core/modules/authz/index.ts index c5b00a9a1..496edc5b2 100644 --- a/packages/sdk-ts/src/core/modules/authz/index.ts +++ b/packages/sdk-ts/src/core/modules/authz/index.ts @@ -6,3 +6,4 @@ import MsgGrantWithAuthorization from './msgs/MsgGrantWithAuthorization.js' export { MsgGrant, MsgRevoke, MsgAuthzExec, MsgGrantWithAuthorization } export * from './utils.js' export * from './types.js' +export * from './msgs/grants/index.js'