plebble
us.wallet.daemon_api Interface Reference
Inheritance diagram for us.wallet.daemon_api:
Collaboration diagram for us.wallet.daemon_api:

Public Member Functions

void list_protocols (Stream os)
 
void trade (string arg0, string arg1, string arg2, Stream os)
 
void list_trades (Stream os)
 
void kill_trade (byte[] arg0, Stream os)
 
void command_trade (byte[] arg0, string arg1, Stream os)
 
void command_trade_bin (byte[] arg0, string arg1, Stream os)
 
void grid (Stream os)
 
- Public Member Functions inherited from us.wallet.wallet_api
void ping (Stream os)
 
void balance (bool arg0, Stream os)
 
void list (bool arg0, Stream os)
 
void new_address (Stream os)
 
void add_address (byte[] arg0, Stream os)
 
void transfer (byte[] arg0, long arg1, byte[] arg2, Stream os)
 
void transfer_from (byte[] arg0, byte[] arg1, long arg2, byte[] arg3, Stream os)
 
void tx_charge_pay (byte[] arg0, long arg1, byte[] arg2, long arg3, byte[] arg4, Stream os)
 
void tx_pay (string arg0, Stream os)
 
void tx_new (Stream os)
 
void tx_add_section (string arg0, byte[] arg1, Stream os)
 
void tx_add_input (string arg0, int arg1, byte[] arg2, long arg3, Stream os)
 
void tx_add_output (string arg0, int arg1, byte[] arg2, long arg3, Stream os)
 
void tx_make_p2pkh (tx_make_p2pkh_input arg0, Stream os)
 
void tx_sign (string arg0, string arg1, Stream os)
 
void tx_send (string arg0, Stream os)
 
void tx_decode (string arg0, Stream os)
 
void tx_check (string arg0, Stream os)
 
void set_supply (byte[] arg0, long arg1, Stream os)
 
void store_kv (byte[] arg0, string arg1, string arg2, Stream os)
 
void rm_kv (byte[] arg0, string arg1, Stream os)
 
void store_file (byte[] arg0, byte[] arg1, Stream os)
 
void rm_file (byte[] arg0, byte[] arg1, Stream os)
 
void search (byte[] arg0, string arg1, Stream os)
 
void file (byte[] arg0, Stream os)
 
- Public Member Functions inherited from us.wallet.pairing_api
void pair (byte[] arg0, string arg1, string arg2, Stream os)
 
void unpair (byte[] arg0, Stream os)
 
void list_devices (Stream os)
 

Member Function Documentation

◆ command_trade()

void us.wallet.daemon_api.command_trade ( byte[]  arg0,
string  arg1,
Stream  os 
)

Implemented in us.wallet.daemon_rpc_api.

◆ command_trade_bin()

void us.wallet.daemon_api.command_trade_bin ( byte[]  arg0,
string  arg1,
Stream  os 
)

Implemented in us.wallet.daemon_rpc_api.

◆ grid()

void us.wallet.daemon_api.grid ( Stream  os)

Implemented in us.wallet.daemon_rpc_api.

◆ kill_trade()

void us.wallet.daemon_api.kill_trade ( byte[]  arg0,
Stream  os 
)

Implemented in us.wallet.daemon_rpc_api.

◆ list_protocols()

void us.wallet.daemon_api.list_protocols ( Stream  os)

Implemented in us.wallet.daemon_rpc_api.

◆ list_trades()

void us.wallet.daemon_api.list_trades ( Stream  os)

Implemented in us.wallet.daemon_rpc_api.

◆ trade()

void us.wallet.daemon_api.trade ( string  arg0,
string  arg1,
string  arg2,
Stream  os 
)

Implemented in us.wallet.daemon_rpc_api.


The documentation for this interface was generated from the following file: