From 1a7bc7c5849dcd93fd538a44ec0c341fdd57da96 Mon Sep 17 00:00:00 2001 From: Ravi Hegde Date: Fri, 24 Oct 2025 15:01:12 +0530 Subject: [PATCH] chore(sdk-coin-canton): export the register method Ticket: COIN-6175 --- modules/sdk-coin-canton/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sdk-coin-canton/src/index.ts b/modules/sdk-coin-canton/src/index.ts index 2fca65df0b..95594c0d59 100644 --- a/modules/sdk-coin-canton/src/index.ts +++ b/modules/sdk-coin-canton/src/index.ts @@ -1,3 +1,4 @@ export * from './lib'; export * from './canton'; export * from './tcanton'; +export * from './register';