From 9593aea345f2338ba5fbd68b31fdf984150c33c6 Mon Sep 17 00:00:00 2001 From: O`brian Date: Fri, 27 Dec 2024 18:45:47 +0900 Subject: [PATCH] Update index.ts for exposing SignatureContext. --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 1396819a..1736ce7d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -57,6 +57,7 @@ export type { FrameBaseContext, FrameContext, ImageContext, + SignatureContext, TransactionContext, } from './types/context.js' export type { Env } from './types/env.js'