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.
2 parents 5819469 + 974c9c9 commit d771714Copy full SHA for d771714
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