plebble
us.wallet.daemon.api Interface Reference
Inheritance diagram for us.wallet.daemon.api:
Collaboration diagram for us.wallet.daemon.api:

Public Member Functions

pair< ko, String > print_grid ()
 
pair< ko, String > list_wallets ()
 
pair< ko, String > allw ()
 
pair< ko, String > sync ()
 
pair< ko, String > reload_file (String _arg_filename)
 
pair< ko, String > ping ()
 
pair< ko, byte[]> get_component_update (String _arg_component, String _arg_curver)
 
pair< ko, String > harvest (uint16_t _arg_id, uint16_t _arg_timeout, uint16_t _arg_decay, PrivateKey _arg_priv)
 
ko start ()
 
ko wait_ready (Date deadline)
 
void stop ()
 
void join ()
 
boolean is_active ()
 
ko wait_auth ()
 
void push_cinfo (PrintStream os)
 
void pop_cinfo ()
 
void set_busy_handlers (busyled_t.handler_t hsend, busyled_t.handler_t hrecv)
 
void destroy ()
 
us.wallet.wallet.api get_wallet_api (String subhome_ignored)
 
us.wallet.pairing.api get_pairing_api ()
 
- Public Member Functions inherited from us::gov::io::screen::supervisor
virtual ~supervisor ()
 
virtual bool is_active () const =0
 

Member Function Documentation

◆ allw()

pair<ko, String> us.wallet.daemon.api.allw ( )

Implemented in us.wallet.daemon.rpc_api.

Referenced by us.wallet.daemon.api_stream_parseable.allw().

Here is the caller graph for this function:

◆ destroy()

void us.wallet.daemon.api.destroy ( )

Implemented in us.wallet.daemon.rpc_api.

◆ get_component_update()

pair<ko, byte[]> us.wallet.daemon.api.get_component_update ( String  _arg_component,
String  _arg_curver 
)

Implemented in us.wallet.daemon.rpc_api.

Referenced by us.wallet.daemon.api_stream_parseable.get_component_update().

Here is the caller graph for this function:

◆ get_pairing_api()

us.wallet.pairing.api us.wallet.daemon.api.get_pairing_api ( )

Implemented in us.wallet.daemon.rpc_api.

Referenced by us.wallet.daemon.api_stream_parseable.api_stream_parseable().

Here is the caller graph for this function:

◆ get_wallet_api()

us.wallet.wallet.api us.wallet.daemon.api.get_wallet_api ( String  subhome_ignored)

Implemented in us.wallet.daemon.rpc_api.

◆ harvest()

pair<ko, String> us.wallet.daemon.api.harvest ( uint16_t  _arg_id,
uint16_t  _arg_timeout,
uint16_t  _arg_decay,
PrivateKey  _arg_priv 
)

Implemented in us.wallet.daemon.rpc_api.

Referenced by us.wallet.daemon.api_stream_parseable.harvest().

Here is the caller graph for this function:

◆ is_active()

boolean us.wallet.daemon.api.is_active ( )

◆ join()

void us.wallet.daemon.api.join ( )

Implemented in us.wallet.daemon.rpc_api.

◆ list_wallets()

pair<ko, String> us.wallet.daemon.api.list_wallets ( )

Implemented in us.wallet.daemon.rpc_api.

Referenced by us.wallet.daemon.api_stream_parseable.list_wallets().

Here is the caller graph for this function:

◆ ping()

pair<ko, String> us.wallet.daemon.api.ping ( )

Implemented in us.wallet.daemon.rpc_api.

Referenced by us.wallet.daemon.api_stream_parseable.ping().

Here is the caller graph for this function:

◆ pop_cinfo()

void us.wallet.daemon.api.pop_cinfo ( )

Implemented in us.wallet.daemon.rpc_api.

◆ print_grid()

pair<ko, String> us.wallet.daemon.api.print_grid ( )

Implemented in us.wallet.daemon.rpc_api.

Referenced by us.wallet.daemon.api_stream_parseable.print_grid().

Here is the caller graph for this function:

◆ push_cinfo()

void us.wallet.daemon.api.push_cinfo ( PrintStream  os)

Implemented in us.wallet.daemon.rpc_api.

◆ reload_file()

pair<ko, String> us.wallet.daemon.api.reload_file ( String  _arg_filename)

Implemented in us.wallet.daemon.rpc_api.

Referenced by us.wallet.daemon.api_stream_parseable.reload_file().

Here is the caller graph for this function:

◆ set_busy_handlers()

void us.wallet.daemon.api.set_busy_handlers ( busyled_t.handler_t  hsend,
busyled_t.handler_t  hrecv 
)

Implemented in us.wallet.daemon.rpc_api.

◆ start()

ko us.wallet.daemon.api.start ( )

Implemented in us.wallet.daemon.rpc_api.

◆ stop()

void us.wallet.daemon.api.stop ( )

Implemented in us.wallet.daemon.rpc_api.

◆ sync()

pair<ko, String> us.wallet.daemon.api.sync ( )

Implemented in us.wallet.daemon.rpc_api.

Referenced by us.wallet.daemon.api_stream_parseable.sync().

Here is the caller graph for this function:

◆ wait_auth()

ko us.wallet.daemon.api.wait_auth ( )

Implemented in us.wallet.daemon.rpc_api.

◆ wait_ready()

ko us.wallet.daemon.api.wait_ready ( Date  deadline)

Implemented in us.wallet.daemon.rpc_api.


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