Skip to content

Commit

Permalink
Merge pull request #3945 from BitGo/EA-1680
Browse files Browse the repository at this point in the history
feat(sdk-coin-sui): export the new custom tx type
  • Loading branch information
evanzbitgo authored Sep 28, 2023
2 parents 0a03c38 + 0bd4130 commit c88a71e
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 @@ -6,6 +6,8 @@ export { StakingBuilder } from './stakingBuilder';
export { StakingTransaction } from './stakingTransaction';
export { UnstakingBuilder } from './unstakingBuilder';
export { UnstakingTransaction } from './unstakingTransaction';
export { CustomTransaction } from './customTransaction';
export { CustomTransactionBuilder } from './customTransactionBuilder';
export { Transaction } from './transaction';
export { TransferTransaction } from './transferTransaction';
export { TransactionBuilder } from './transactionBuilder';
Expand Down

0 comments on commit c88a71e

Please sign in to comment.