Skip to content

Conversation

PatrickDinh
Copy link
Collaborator

Fixes #

Proposed Changes

@PatrickDinh PatrickDinh marked this pull request as ready for review October 9, 2025 05:52
@PatrickDinh PatrickDinh requested a review from a team as a code owner October 9, 2025 05:52
@PatrickDinh PatrickDinh requested review from Copilot and neilcampbell and removed request for a team October 9, 2025 05:52
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request refactors composer result types to improve the structure and clarity of transaction results. The changes consolidate transaction-related data into a more cohesive TransactionResult type and update related interfaces.

  • Introduces a new TransactionResult type that encapsulates transaction data, ID, confirmation, and optional ABI return
  • Updates SendTransactionComposerResults to use an array of TransactionResult objects instead of separate arrays
  • Refactors method call result handling to use the new structure

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
packages/typescript/algokit_utils/src/transactions/composer.ts Introduces TransactionResult type and refactors result building logic
packages/typescript/algokit_utils/src/transactions/sender.ts Updates result handling to use new TransactionResult structure

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@aorumbayev aorumbayev merged commit 642b943 into main Oct 9, 2025
21 checks passed
@aorumbayev aorumbayev deleted the feat/cmposer-result-ts branch October 9, 2025 17:38
@engineering-ci
Copy link
Contributor

engineering-ci bot commented Oct 9, 2025

🎉 This PR is included in version 1.0.0-alpha.76 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants