We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5819469 commit 974c9c9Copy full SHA for 974c9c9
modules/sdk-coin-icp/src/lib/index.ts
@@ -5,4 +5,5 @@ export { TransactionBuilder } from './transactionBuilder';
5
export { TransferBuilder } from './transferBuilder';
6
export { TransactionBuilderFactory } from './transactionBuilderFactory';
7
export { Transaction } from './transaction';
8
+export { Signatures, SignatureType } from './iface';
9
export { Utils };
0 commit comments