Skip to content

Fix TypeScript errors: correct originalTx type in RBF service interfaces#459

Merged
jamespepper81 merged 3 commits into
mainfrom
dev
Jan 11, 2026
Merged

Fix TypeScript errors: correct originalTx type in RBF service interfaces#459
jamespepper81 merged 3 commits into
mainfrom
dev

Conversation

@jamespepper81
Copy link
Copy Markdown
Contributor

This pull request updates the RBFTransaction and RBFValidationResult interfaces in rbf-service.ts to improve compatibility with raw Esplora transactions by making the originalTx property more flexible.

Interface adjustments for transaction compatibility:

  • Changed the type of originalTx from Transaction to any in both RBFTransaction and RBFValidationResult interfaces to allow passing raw Esplora transactions with vin/vout properties. [1] [2]

Copilot AI and others added 3 commits January 11, 2026 20:51
…onses

Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
Fix TypeScript errors: correct originalTx type in RBF service interfaces
@jamespepper81 jamespepper81 merged commit e487d0d into main Jan 11, 2026
12 of 13 checks 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.

2 participants