Skip to content

Commit

Permalink
Merge pull request #5522 from BitGo/ben/SC-1098-wal-sdk-unstake
Browse files Browse the repository at this point in the history
fix(sdk-coin-sui): add exports for wal unstaking
  • Loading branch information
benkelcher-bitgo authored Feb 11, 2025
2 parents 71568c8 + 5a32ceb commit 6219c48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/sdk-coin-sui/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ export { TokenTransferTransaction } from './tokenTransferTransaction';
export { TokenTransferBuilder } from './tokenTransferBuilder';
export { WalrusStakingTransaction } from './walrusStakingTransaction';
export { WalrusStakingBuilder } from './walrusStakingBuilder';
export { WalrusWithdrawStakeTransaction } from './walrusWithdrawStakeTransaction';
export { WalrusWithdrawStakeBuilder } from './walrusWithdrawStakeBuilder';
export { TransactionBuilderFactory } from './transactionBuilderFactory';
export { Interface, Utils };

0 comments on commit 6219c48

Please sign in to comment.