Skip to content

Commit 9aa54b1

Browse files
committed
refactor(sdk): export TransactionParamProcessor
1 parent e0555d1 commit 9aa54b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export * from './tx/priorityFeeCalculator';
104104
export * from './tx/forwardOnlyTxSender';
105105
export * from './tx/types';
106106
export * from './tx/txHandler';
107+
export * from './tx/txParamProcessor';
107108
export * from './util/computeUnits';
108109
export * from './util/digest';
109110
export * from './util/tps';

0 commit comments

Comments
 (0)