Skip to content

Commit 974c9c9

Browse files
committed
chore(sdk-coin-icp): export the required iface for icp
Ticket: WIN-4251
1 parent 5819469 commit 974c9c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/sdk-coin-icp/src/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export { TransactionBuilder } from './transactionBuilder';
55
export { TransferBuilder } from './transferBuilder';
66
export { TransactionBuilderFactory } from './transactionBuilderFactory';
77
export { Transaction } from './transaction';
8+
export { Signatures, SignatureType } from './iface';
89
export { Utils };

0 commit comments

Comments
 (0)