|
plebble
|


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 |
|
inline |
References us.wallet.pairing_rpc_api.endpoint.
|
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().


|
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().


|
inlineprivate |
References us.gov.crypto.base58.encode().
Referenced by us.wallet.pairing_rpc_api.pair(), and us.wallet.pairing_rpc_api.unpair().


|
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().


|
private |