Uses of Interface
com.google.bitcoin.protocols.channels.IPaymentChannelClient

Packages that use IPaymentChannelClient
com.google.bitcoin.protocols.channels   
 

Uses of IPaymentChannelClient in com.google.bitcoin.protocols.channels
 

Classes in com.google.bitcoin.protocols.channels that implement IPaymentChannelClient
 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.
 

Methods in com.google.bitcoin.protocols.channels that return IPaymentChannelClient
 IPaymentChannelClient IPaymentChannelClient.Factory.create(String serverPaymentIdentity, IPaymentChannelClient.ClientConnection connection)
           
 



Copyright © 2014. All rights reserved.