Describe the enhancement
In pre-1.0 there was a function to verify a transaction against consensus rules and there should also be a convenient way to do this in BDK 1.0.
See original function bdk::wallet::verify::verify_tx.
Use case
This function is useful for verifying a transaction is valid before broadcasting it.
Additional context
https://docs.rs/bdk/latest/src/bdk/wallet/verify.rs.html#34-73
Describe the enhancement
In pre-1.0 there was a function to verify a transaction against consensus rules and there should also be a convenient way to do this in BDK 1.0.
See original function
bdk::wallet::verify::verify_tx.Use case
This function is useful for verifying a transaction is valid before broadcasting it.
Additional context
https://docs.rs/bdk/latest/src/bdk/wallet/verify.rs.html#34-73