File tree 1 file changed +56
-0
lines changed
1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change
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 =" "" " />
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 >
You can’t perform that action at this time.
0 commit comments