Commit 468575a
committed
chore(api)!: rename
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`.Tx to EsploraTx and clean up house1 parent e725cf0 commit 468575a
2 files changed
Lines changed: 206 additions & 142 deletions
0 commit comments