Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add inputs to tx type #445

Merged
merged 2 commits into from
Jan 17, 2025
Merged

Conversation

lissavxo
Copy link
Collaborator

Related to #444

Description

Added input addresses to Transaction type

Test plan

Klakurka
Klakurka previously approved these changes Jan 12, 2025
@Klakurka Klakurka requested a review from chedieck January 12, 2025 01:46
@@ -15,6 +15,7 @@ export interface Transaction {
timestamp: number
address: string
rawMessage?: string
inputAddresses?: (string | undefined)[]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same thing I commented in the server PR: I don't see the sense into having undefined as a possibility here.

@Klakurka Klakurka merged commit 9f0653b into master Jan 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants