Skip to content

Commit 6219c48

Browse files
Merge pull request #5522 from BitGo/ben/SC-1098-wal-sdk-unstake
fix(sdk-coin-sui): add exports for wal unstaking
2 parents 71568c8 + 5a32ceb commit 6219c48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ export { TokenTransferTransaction } from './tokenTransferTransaction';
1616
export { TokenTransferBuilder } from './tokenTransferBuilder';
1717
export { WalrusStakingTransaction } from './walrusStakingTransaction';
1818
export { WalrusStakingBuilder } from './walrusStakingBuilder';
19+
export { WalrusWithdrawStakeTransaction } from './walrusWithdrawStakeTransaction';
20+
export { WalrusWithdrawStakeBuilder } from './walrusWithdrawStakeBuilder';
1921
export { TransactionBuilderFactory } from './transactionBuilderFactory';
2022
export { Interface, Utils };

0 commit comments

Comments
 (0)