We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71568c8 + 5a32ceb commit 6219c48Copy full SHA for 6219c48
modules/sdk-coin-sui/src/lib/index.ts
@@ -16,5 +16,7 @@ export { TokenTransferTransaction } from './tokenTransferTransaction';
16
export { TokenTransferBuilder } from './tokenTransferBuilder';
17
export { WalrusStakingTransaction } from './walrusStakingTransaction';
18
export { WalrusStakingBuilder } from './walrusStakingBuilder';
19
+export { WalrusWithdrawStakeTransaction } from './walrusWithdrawStakeTransaction';
20
+export { WalrusWithdrawStakeBuilder } from './walrusWithdrawStakeBuilder';
21
export { TransactionBuilderFactory } from './transactionBuilderFactory';
22
export { Interface, Utils };
0 commit comments