Skip to content

Commit fcdebce

Browse files
committed
feat(sdk-coin-canton): export the wallet init transaction
Ticket: COIN-6079
1 parent 09a7ce9 commit fcdebce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export { KeyPair } from './keyPair';
55
export { Transaction } from './transaction/transaction';
66
export { TransactionBuilder } from './transactionBuilder';
77
export { TransactionBuilderFactory } from './transactionBuilderFactory';
8+
export { WalletInitTransaction } from './walletInitialization/walletInitTransaction';
89

910
export { Utils, Interface };

0 commit comments

Comments
 (0)