plebble
us.wallet.pairing_rpc_api Class Reference
Inheritance diagram for us.wallet.pairing_rpc_api:
Collaboration diagram for us.wallet.pairing_rpc_api:

Public Member Functions

 pairing_rpc_api (rpc_api endpoint_)
 
void pair (byte[] a0, string a1, string a2, Stream a3)
 
void unpair (byte[] a0, Stream a1)
 
void list_devices (Stream a0)
 

Private Member Functions

String to_string (byte[] b)
 

Private Attributes

rpc_api endpoint
 

Constructor & Destructor Documentation

◆ pairing_rpc_api()

us.wallet.pairing_rpc_api.pairing_rpc_api ( rpc_api  endpoint_)
inline

Member Function Documentation

◆ list_devices()

void us.wallet.pairing_rpc_api.list_devices ( Stream  a0)
inline

Implements us.wallet.pairing_api.

References us.wallet.rpc_api.ask_string(), and us.wallet.pairing_rpc_api.endpoint.

Referenced by us.wallet.daemon_rpc_api.list_devices().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pair()

void us.wallet.pairing_rpc_api.pair ( byte[]  a0,
string  a1,
string  a2,
Stream  a3 
)
inline

Implements us.wallet.pairing_api.

References us.wallet.rpc_api.ask_string(), us.wallet.pairing_rpc_api.endpoint, and us.wallet.pairing_rpc_api.to_string().

Referenced by us.wallet.daemon_rpc_api.pair().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ to_string()

String us.wallet.pairing_rpc_api.to_string ( byte[]  b)
inlineprivate

References us.gov.crypto.base58.encode().

Referenced by us.wallet.pairing_rpc_api.pair(), and us.wallet.pairing_rpc_api.unpair().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ unpair()

void us.wallet.pairing_rpc_api.unpair ( byte[]  a0,
Stream  a1 
)
inline

Implements us.wallet.pairing_api.

References us.wallet.rpc_api.ask_string(), us.wallet.pairing_rpc_api.endpoint, and us.wallet.pairing_rpc_api.to_string().

Referenced by us.wallet.daemon_rpc_api.unpair().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ endpoint


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