From 2eec376457c82d6af6330b671faf739d681857eb Mon Sep 17 00:00:00 2001 From: Bojan Angjelkoski Date: Fri, 29 Nov 2024 17:22:17 +0100 Subject: [PATCH] chore: export grants --- packages/sdk-ts/src/core/modules/authz/index.ts | 1 + 1 file changed, 1 insertion(+) 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'