Skip to content

Commit 5a32ceb

Browse files
fix(sdk-coin-sui): add exports for wal unstaking
TICKET: SC-1098
1 parent d3892e0 commit 5a32ceb

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)