]> Untitled Git - bitcoindevkit.org/blob
8d74205ead31d30cb1573cd073da004bc789e52f
[bitcoindevkit.org] /
1 (function() {var type_impls = {
2 "bdk_wallet":[["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-BranchAndBoundCoinSelection\" class=\"impl\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#423-428\">source</a><a href=\"#impl-BranchAndBoundCoinSelection\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"struct\" href=\"bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html\" title=\"struct bdk_wallet::coin_selection::BranchAndBoundCoinSelection\">BranchAndBoundCoinSelection</a></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.new\" class=\"method\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#425-427\">source</a><h4 class=\"code-header\">pub fn <a href=\"bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html#tymethod.new\" class=\"fn\">new</a>(size_of_change: <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.u64.html\">u64</a>) -&gt; Self</h4></section></summary><div class=\"docblock\"><p>Create new instance with target size for change output</p>\n</div></details></div></details>",0,"bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-Clone-for-BranchAndBoundCoinSelection\" class=\"impl\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#409\">source</a><a href=\"#impl-Clone-for-BranchAndBoundCoinSelection\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html\" title=\"trait core::clone::Clone\">Clone</a> for <a class=\"struct\" href=\"bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html\" title=\"struct bdk_wallet::coin_selection::BranchAndBoundCoinSelection\">BranchAndBoundCoinSelection</a></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.clone\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#409\">source</a><a href=\"#method.clone\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone\" class=\"fn\">clone</a>(&amp;self) -&gt; <a class=\"struct\" href=\"bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html\" title=\"struct bdk_wallet::coin_selection::BranchAndBoundCoinSelection\">BranchAndBoundCoinSelection</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href=\"https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone\">Read more</a></div></details><details class=\"toggle method-toggle\" open><summary><section id=\"method.clone_from\" class=\"method trait-impl\"><span class=\"rightside\"><span class=\"since\" title=\"Stable since Rust version 1.0.0\">1.0.0</span> · <a class=\"src\" href=\"https://doc.rust-lang.org/nightly/src/core/clone.rs.html#169\">source</a></span><a href=\"#method.clone_from\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from\" class=\"fn\">clone_from</a>(&amp;mut self, source: <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.reference.html\">&amp;Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href=\"https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from\">Read more</a></div></details></div></details>","Clone","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-CoinSelectionAlgorithm-for-BranchAndBoundCoinSelection\" class=\"impl\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#432-531\">source</a><a href=\"#impl-CoinSelectionAlgorithm-for-BranchAndBoundCoinSelection\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"trait\" href=\"bdk_wallet/coin_selection/trait.CoinSelectionAlgorithm.html\" title=\"trait bdk_wallet::coin_selection::CoinSelectionAlgorithm\">CoinSelectionAlgorithm</a> for <a class=\"struct\" href=\"bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html\" title=\"struct bdk_wallet::coin_selection::BranchAndBoundCoinSelection\">BranchAndBoundCoinSelection</a></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.coin_select\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#433-530\">source</a><a href=\"#method.coin_select\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"bdk_wallet/coin_selection/trait.CoinSelectionAlgorithm.html#tymethod.coin_select\" class=\"fn\">coin_select</a>(\n &amp;self,\n required_utxos: <a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html\" title=\"struct alloc::vec::Vec\">Vec</a>&lt;<a class=\"struct\" href=\"bdk_wallet/struct.WeightedUtxo.html\" title=\"struct bdk_wallet::WeightedUtxo\">WeightedUtxo</a>&gt;,\n optional_utxos: <a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html\" title=\"struct alloc::vec::Vec\">Vec</a>&lt;<a class=\"struct\" href=\"bdk_wallet/struct.WeightedUtxo.html\" title=\"struct bdk_wallet::WeightedUtxo\">WeightedUtxo</a>&gt;,\n fee_rate: FeeRate,\n target_amount: <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.u64.html\">u64</a>,\n drain_script: &amp;Script\n) -&gt; <a class=\"enum\" href=\"https://doc.rust-lang.org/nightly/core/result/enum.Result.html\" title=\"enum core::result::Result\">Result</a>&lt;<a class=\"struct\" href=\"bdk_wallet/coin_selection/struct.CoinSelectionResult.html\" title=\"struct bdk_wallet::coin_selection::CoinSelectionResult\">CoinSelectionResult</a>, <a class=\"enum\" href=\"bdk_wallet/coin_selection/enum.Error.html\" title=\"enum bdk_wallet::coin_selection::Error\">Error</a>&gt;</h4></section></summary><div class='docblock'>Perform the coin selection <a href=\"bdk_wallet/coin_selection/trait.CoinSelectionAlgorithm.html#tymethod.coin_select\">Read more</a></div></details></div></details>","CoinSelectionAlgorithm","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-Debug-for-BranchAndBoundCoinSelection\" class=\"impl\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#409\">source</a><a href=\"#impl-Debug-for-BranchAndBoundCoinSelection\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a> for <a class=\"struct\" href=\"bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html\" title=\"struct bdk_wallet::coin_selection::BranchAndBoundCoinSelection\">BranchAndBoundCoinSelection</a></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.fmt\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#409\">source</a><a href=\"#method.fmt\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt\" class=\"fn\">fmt</a>(&amp;self, f: &amp;mut <a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html\" title=\"struct core::fmt::Formatter\">Formatter</a>&lt;'_&gt;) -&gt; <a class=\"type\" href=\"https://doc.rust-lang.org/nightly/core/fmt/type.Result.html\" title=\"type core::fmt::Result\">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt\">Read more</a></div></details></div></details>","Debug","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["<details class=\"toggle implementors-toggle\" open><summary><section id=\"impl-Default-for-BranchAndBoundCoinSelection\" class=\"impl\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#414-421\">source</a><a href=\"#impl-Default-for-BranchAndBoundCoinSelection\" class=\"anchor\">§</a><h3 class=\"code-header\">impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/default/trait.Default.html\" title=\"trait core::default::Default\">Default</a> for <a class=\"struct\" href=\"bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html\" title=\"struct bdk_wallet::coin_selection::BranchAndBoundCoinSelection\">BranchAndBoundCoinSelection</a></h3></section></summary><div class=\"impl-items\"><details class=\"toggle method-toggle\" open><summary><section id=\"method.default\" class=\"method trait-impl\"><a class=\"src rightside\" href=\"src/bdk_wallet/wallet/coin_selection.rs.html#415-420\">source</a><a href=\"#method.default\" class=\"anchor\">§</a><h4 class=\"code-header\">fn <a href=\"https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default\" class=\"fn\">default</a>() -&gt; Self</h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a href=\"https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default\">Read more</a></div></details></div></details>","Default","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"]]
3 };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})()