mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
CW-224-Allow-Monero-proxy-in-node-settings (#966)
* update setupNodeSync func * minor fixes * localization * add request node with proxy * formatting
This commit is contained in:
parent
fcf4fbdc14
commit
d5c0012964
38 changed files with 180 additions and 27 deletions
|
@ -39,7 +39,7 @@ typedef get_node_height = Int64 Function();
|
|||
typedef is_connected = Int8 Function();
|
||||
|
||||
typedef setup_node = Int8 Function(
|
||||
Pointer<Utf8>, Pointer<Utf8>?, Pointer<Utf8>?, Int8, Int8, Pointer<Utf8>);
|
||||
Pointer<Utf8>, Pointer<Utf8>?, Pointer<Utf8>?, Int8, Int8, Pointer<Utf8>?, Pointer<Utf8>);
|
||||
|
||||
typedef start_refresh = Void Function();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue