Package | Description |
---|---|
org.bitcoinj.protocols.channels |
Micropayment channels allow for rapid tiny payments to be made to a third party once a channel has been set up, using
some of the advanced features of the Bitcoin protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
PaymentChannelClient
A class which handles most of the complexity of creating a payment channel connection by providing a
simple in/out interface which is provided with protobufs from the server and which generates protobufs which should
be sent to the server.
|
Modifier and Type | Method and Description |
---|---|
IPaymentChannelClient |
IPaymentChannelClient.Factory.create(String serverPaymentIdentity,
IPaymentChannelClient.ClientConnection connection) |
Copyright © 2016. All rights reserved.