-
Notifications
You must be signed in to change notification settings - Fork 2
/
chia_ws_processing.py
23 lines (23 loc) · 1013 Bytes
/
chia_ws_processing.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
message_debug = {"new_farming_info":"True",
"get_connections":"True",
"get_next_address":"True",
"get_wallet_balance":"True",
"get_farmed_amount":"True",
"get_all_trades":"True",
"get_network_info":"True",
"get_wallets":"True",
"log_in":"True",
"log_out":"True",
"get_wallet_info":"True",
"get_wallet_transactions":"True",
"get_wallet_transactions_count":"True",
"get_public_keys":"True",
"get_sync_status":"True",
"get_signage_points":"True",
"get_unfinished_block_headers":"True",
"get_blockchain_state":"True",
"register_service":"True",
"state_changed":"True",
"new_signage_point":"True",
"get_height_info":"True",
"get_blocks":"True"}