From 6ee89c37ffd13998b7ffe123772688cb62430727 Mon Sep 17 00:00:00 2001 From: ruijialin Date: Mon, 14 Oct 2024 09:24:14 -0400 Subject: [PATCH] chore: export FeeDimensions --- src/vms/common/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vms/common/index.ts b/src/vms/common/index.ts index 1242a8fbf..bf3e63098 100644 --- a/src/vms/common/index.ts +++ b/src/vms/common/index.ts @@ -4,3 +4,4 @@ export * from './models'; export { AvaxApi } from './avaxApi'; export { UnsignedTx } from './unsignedTx'; export { Transaction } from './transaction'; +export * from './fees/dimensions';