This PR removes `RelevantTxids` from the electrum crate and tracks transactions in a `TxGraph`. This removes the need to separately construct a `TxGraph` after a `full_scan` or `sync`.
BDK Electrum
BDK Electrum extends electrum-client
to update bdk_chain
structures
from an Electrum server.