Skip to content

Commit d771714

Browse files
authored
Merge pull request #5891 from BitGo/WIN-4251_icp_interface
chore(sdk-coin-icp): export the required iface for icp
2 parents 5819469 + 974c9c9 commit d771714

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)