3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +00:00
Mike Hearn f6fb6c211d Payment channels: extract an IPaymentChannelClient interface for the basic PaymentChannelClient operations.
This is useful for code that wants to make micropayments in a generic fashion, whilst being independent of whether the implementation is in-process using a local wallet, or perhaps running elsewhere (like inside an Android wallet app with communication happening using Binder RPC).
2013-11-04 16:37:17 +01:00
..