]> Untitled Git - bdk/commit
ref(example_cli): add typedefs to reduce type complexity
authorvmammal <valuedmammal@protonmail.com>
Sun, 29 Oct 2023 02:53:37 +0000 (22:53 -0400)
committervmammal <valuedmammal@protonmail.com>
Wed, 31 Jan 2024 16:50:40 +0000 (11:50 -0500)
commit4679ca1df7209d2b356fbb8cbd675f07756d1301
tree94075abb99bb4510e202703bd8699cbbed484f88
parent64a90192d9d49c3df22d2b5f489ba20222fd941a
ref(example_cli): add typedefs to reduce type complexity

- Add typedefs to model the result of functions `planned_utxos`
and `init`

- Add new struct `CreateTxChange` to hold any change info
resulting from `create_tx`

These changes help resolve clippy::type_complexity
example-crates/example_cli/src/lib.rs