plebble
|
Public Member Functions | |
bool | connected () |
daemon_rpc_api (KeyPair k, String whost, short wport) | |
void | ping (Stream a0) |
void | balance (bool a0, Stream a1) |
void | list (bool a0, Stream a1) |
void | new_address (Stream a0) |
void | add_address (byte[] a0, Stream a1) |
void | transfer (byte[] a0, long a1, byte[] a2, Stream a3) |
void | transfer_from (byte[] a0, byte[] a1, long a2, byte[] a3, Stream a4) |
void | tx_charge_pay (byte[] a0, long a1, byte[] a2, long a3, byte[] a4, Stream a5) |
void | tx_pay (string a0, Stream a1) |
void | tx_new (Stream a0) |
void | tx_add_section (string a0, byte[] a1, Stream a2) |
void | tx_add_input (string a0, int a1, byte[] a2, long a3, Stream a4) |
void | tx_add_output (string a0, int a1, byte[] a2, long a3, Stream a4) |
void | tx_make_p2pkh (tx_make_p2pkh_input a0, Stream a1) |
void | tx_sign (string a0, string a1, Stream a2) |
void | tx_send (string a0, Stream a1) |
void | tx_decode (string a0, Stream a1) |
void | tx_check (string a0, Stream a1) |
void | set_supply (byte[] a0, long a1, Stream a2) |
void | store_kv (byte[] a0, string a1, string a2, Stream a3) |
void | rm_kv (byte[] a0, string a1, Stream a2) |
void | store_file (byte[] a0, byte[] a1, Stream a2) |
void | rm_file (byte[] a0, byte[] a1, Stream a2) |
void | search (byte[] a0, string a1, Stream a2) |
void | file (byte[] a0, Stream a1) |
void | pair (byte[] a0, string a1, string a2, Stream a3) |
void | unpair (byte[] a0, Stream a1) |
void | list_devices (Stream a0) |
void | list_protocols (Stream a0) |
void | trade (string a0, string a1, string a2, Stream a3) |
void | list_trades (Stream a0) |
void | kill_trade (byte[] a0, Stream a1) |
void | command_trade (byte[] a0, string a1, Stream a2) |
void | command_trade_bin (byte[] a0, string a1, Stream a2) |
void | grid (Stream a0) |
Private Attributes | |
wallet_rpc_api | w |
pairing_rpc_api | p |
sys_rpc_api | s |
rpc_api | endpoint |
|
inline |
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.add_address(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.balance(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.daemon_api.
References us.wallet.rpc_api.ask_string(), and us.wallet.daemon_rpc_api.endpoint.
|
inline |
Implements us.wallet.daemon_api.
References us.wallet.daemon_rpc_api.endpoint.
|
inline |
References us::gov::socket::client.connected(), and us.wallet.daemon_rpc_api.endpoint.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.file(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.daemon_api.
References us.wallet.rpc_api.ask_string(), and us.wallet.daemon_rpc_api.endpoint.
|
inline |
Implements us.wallet.daemon_api.
References us.wallet.rpc_api.ask_string(), and us.wallet.daemon_rpc_api.endpoint.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.list(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.pairing_api.
References us.wallet.pairing_rpc_api.list_devices(), and us.wallet.daemon_rpc_api.p.
|
inline |
Implements us.wallet.daemon_api.
References us.wallet.rpc_api.ask_string(), and us.wallet.daemon_rpc_api.endpoint.
|
inline |
Implements us.wallet.daemon_api.
References us.wallet.rpc_api.ask_string(), and us.wallet.daemon_rpc_api.endpoint.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.new_address(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.pairing_api.
References us.wallet.daemon_rpc_api.p, and us.wallet.pairing_rpc_api.pair().
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.ping(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.rm_file(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.rm_kv(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.search(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.set_supply(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.store_file(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.store_kv(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.daemon_api.
References us.wallet.rpc_api.ask_string(), and us.wallet.daemon_rpc_api.endpoint.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.transfer(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.transfer_from(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_add_input(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_add_output(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_add_section(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_charge_pay(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_check(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_decode(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_make_p2pkh(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_new(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_pay(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_send(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.wallet_api.
References us.wallet.wallet_rpc_api.tx_sign(), and us.wallet.daemon_rpc_api.w.
|
inline |
Implements us.wallet.pairing_api.
References us.wallet.daemon_rpc_api.p, and us.wallet.pairing_rpc_api.unpair().
|
private |
Referenced by us.wallet.daemon_rpc_api.command_trade(), us.wallet.daemon_rpc_api.command_trade_bin(), us.wallet.daemon_rpc_api.connected(), us.wallet.daemon_rpc_api.daemon_rpc_api(), us.wallet.daemon_rpc_api.grid(), us.wallet.daemon_rpc_api.kill_trade(), us.wallet.daemon_rpc_api.list_protocols(), us.wallet.daemon_rpc_api.list_trades(), and us.wallet.daemon_rpc_api.trade().
|
private |
|
private |
Referenced by us.wallet.daemon_rpc_api.daemon_rpc_api().
|
private |
Referenced by us.wallet.daemon_rpc_api.add_address(), us.wallet.daemon_rpc_api.balance(), us.wallet.daemon_rpc_api.daemon_rpc_api(), us.wallet.daemon_rpc_api.file(), us.wallet.daemon_rpc_api.list(), us.wallet.daemon_rpc_api.new_address(), us.wallet.daemon_rpc_api.ping(), us.wallet.daemon_rpc_api.rm_file(), us.wallet.daemon_rpc_api.rm_kv(), us.wallet.daemon_rpc_api.search(), us.wallet.daemon_rpc_api.set_supply(), us.wallet.daemon_rpc_api.store_file(), us.wallet.daemon_rpc_api.store_kv(), us.wallet.daemon_rpc_api.transfer(), us.wallet.daemon_rpc_api.transfer_from(), us.wallet.daemon_rpc_api.tx_add_input(), us.wallet.daemon_rpc_api.tx_add_output(), us.wallet.daemon_rpc_api.tx_add_section(), us.wallet.daemon_rpc_api.tx_charge_pay(), us.wallet.daemon_rpc_api.tx_check(), us.wallet.daemon_rpc_api.tx_decode(), us.wallet.daemon_rpc_api.tx_make_p2pkh(), us.wallet.daemon_rpc_api.tx_new(), us.wallet.daemon_rpc_api.tx_pay(), us.wallet.daemon_rpc_api.tx_send(), and us.wallet.daemon_rpc_api.tx_sign().