Skip to content

feat(onchain): add transaction history & detail#79

Open
coreyphillips wants to merge 1 commit intomasterfrom
feat/onchain-transaction-history-and-detail
Open

feat(onchain): add transaction history & detail#79
coreyphillips wants to merge 1 commit intomasterfrom
feat/onchain-transaction-history-and-detail

Conversation

@coreyphillips
Copy link
Collaborator

This PR:

  • Adds get_transaction_history that queries an xpub's full transaction history and balance via Electrum/BDK.

  • Adds get_transaction_detail that returns full data for a single transaction by txid.

  • New types:

    • HistoryTransaction
    • WalletBalance
    • TxDirection
    • TransactionHistoryResult
    • TransactionDetail
    • TxDetailInput
    • TxDetailOutput

- Add `get_transaction_history` function that queries transaction history and balance for an xpub via Electrum

- Add `get_transaction_detail` that returns full data for a single transaction by txid
@coreyphillips coreyphillips self-assigned this Mar 19, 2026
@coreyphillips
Copy link
Collaborator Author

Release created for testing here.

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.

1 participant