Skip to content

Commit 6749ff6

Browse files
committed
add XML docs for BitcoinWallet
1 parent 91e870b commit 6749ff6

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

doc/classes/BitcoinWallet.xml

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<class name="BitcoinWallet" inherits="RefCounted" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
3+
<brief_description>
4+
</brief_description>
5+
<description>
6+
</description>
7+
<tutorials>
8+
</tutorials>
9+
<methods>
10+
<method name="derive_seed">
11+
<return type="PackedByteArray" />
12+
<param index="0" name="mnemonic" type="String" />
13+
<param index="1" name="passphrase" type="String" />
14+
<description>
15+
</description>
16+
</method>
17+
<method name="entropy_to_mnemonic">
18+
<return type="String" />
19+
<param index="0" name="entropy" type="PackedByteArray" />
20+
<description>
21+
</description>
22+
</method>
23+
<method name="fast_create">
24+
<return type="String" />
25+
<description>
26+
</description>
27+
</method>
28+
<method name="generate_sidechain_starters">
29+
<return type="Dictionary" />
30+
<param index="0" name="master_seed_hex" type="String" />
31+
<param index="1" name="master_mnemonic" type="String" />
32+
<param index="2" name="sidechain_slots" type="Array" />
33+
<description>
34+
</description>
35+
</method>
36+
<method name="generate_wallet">
37+
<return type="Dictionary" />
38+
<param index="0" name="input_string" type="String" />
39+
<param index="1" name="passphrase" type="String" default="&quot;&quot;" />
40+
<description>
41+
</description>
42+
</method>
43+
<method name="is_valid_bip39_word">
44+
<return type="bool" />
45+
<param index="0" name="word" type="String" />
46+
<description>
47+
</description>
48+
</method>
49+
<method name="mnemonic_to_entropy">
50+
<return type="PackedByteArray" />
51+
<param index="0" name="mnemonic" type="String" />
52+
<description>
53+
</description>
54+
</method>
55+
</methods>
56+
</class>

0 commit comments

Comments
 (0)