Skip to content

Commit 91343d4

Browse files
committed
refactor(api)!: rename Tx to EsploraTx and clean up house
This commit: - Renames `Tx` to `EsploraTx`: more explicit. `Tx` is not precise about what it is. - Remove `EsploraTx::fee`, since the field is already public. - Implements `From<EsploraTx>`/`From<&EsploraTx>` to `Transaction` conversions. - Reorders structs into logical groups: Transaction, Block, Address, ScriptHash, UTXO, and Mempool. - Improves documentation. - Updates copyright notice to `2020-2026`.
1 parent 2c23cb7 commit 91343d4

2 files changed

Lines changed: 206 additions & 142 deletions

File tree

0 commit comments

Comments
 (0)