You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.KnownHrp.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<p>This is the human-readable part before the separator (<code>1</code>) in a bech32 encoded address e.g.,
7
7
the “bc” in “bc1p2wsldez5mud2yam29q22wgfh9439spgduvct83k3pm50fcxa5dps59h4z5”.</p>
8
8
</div></details><h2id="variants" class="variants section-header">Variants (Non-exhaustive)<ahref="#variants" class="anchor">§</a></h2><detailsclass="toggle non-exhaustive"><summaryclass="hideme"><span>This enum is marked as non-exhaustive</span></summary><divclass="docblock">Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.</div></details><divclass="variants"><sectionid="variant.Mainnet" class="variant"><ahref="#variant.Mainnet" class="anchor">§</a><h3class="code-header">Mainnet</h3></section><divclass="docblock"><p>The main Bitcoin network.</p>
9
-
</div><sectionid="variant.Testnets" class="variant"><ahref="#variant.Testnets" class="anchor">§</a><h3class="code-header">Testnets</h3></section><divclass="docblock"><p>The test networks, testnet and signet.</p>
9
+
</div><sectionid="variant.Testnets" class="variant"><ahref="#variant.Testnets" class="anchor">§</a><h3class="code-header">Testnets</h3></section><divclass="docblock"><p>The test networks, testnet (testnet3), testnet4, and signet.</p>
Copy file name to clipboardExpand all lines: docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/error/enum.FromScriptError.html
</div></details><detailsclass="toggle method-toggle" open><summary><sectionid="method.require_network" class="method"><h4class="code-header">pub fn <ahref="#method.require_network" class="fn">require_network</a>(self, required: <aclass="enum" href="../enum.Network.html" title="enum bdk_chain::bitcoin::Network">Network</a>) -> <aclass="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<aclass="struct" href="../struct.Address.html" title="struct bdk_chain::bitcoin::Address">Address</a>, <aclass="enum" href="enum.ParseError.html" title="enum bdk_chain::bitcoin::address::ParseError">ParseError</a>></h4></section></summary><divclass="docblock"><p>Checks whether network of this address is as required.</p>
184
184
<p>For details about this mechanism, see section <ahref="../struct.Address.html#parsing-addresses" title="struct bdk_chain::bitcoin::Address"><em>Parsing addresses</em></a>
185
185
on <ahref="../struct.Address.html" title="struct bdk_chain::bitcoin::Address"><code>Address</code></a>.</p>
0 commit comments