Skip to content

Commit 5821b1e

Browse files
authored
Merge pull request #7246 from BitGo/COIN-6079
feat(sdk-coin-canton): export the wallet init transaction
2 parents 09a7ce9 + fcdebce commit 5821b1e

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)