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 09a7ce9 commit fcdebceCopy full SHA for fcdebce
modules/sdk-coin-canton/src/lib/index.ts
@@ -5,5 +5,6 @@ export { KeyPair } from './keyPair';
5
export { Transaction } from './transaction/transaction';
6
export { TransactionBuilder } from './transactionBuilder';
7
export { TransactionBuilderFactory } from './transactionBuilderFactory';
8
+export { WalletInitTransaction } from './walletInitialization/walletInitTransaction';
9
10
export { Utils, Interface };
0 commit comments