Uses of Class
com.google.bitcoin.protocols.channels.PaymentChannelServerState

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

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

Methods in com.google.bitcoin.protocols.channels that return PaymentChannelServerState
 PaymentChannelServerState StoredServerChannel.getOrCreateState(Wallet wallet, TransactionBroadcaster broadcaster)
          Gets the canonical PaymentChannelServerState object for this channel, either by returning an existing one or by creating a new one.
 PaymentChannelServerState PaymentChannelServer.state()
          Returns the underlying PaymentChannelServerState object that is being manipulated.
 

Methods in com.google.bitcoin.protocols.channels that return types with arguments of type PaymentChannelServerState
 com.google.common.util.concurrent.ListenableFuture<PaymentChannelServerState> PaymentChannelServerState.provideMultiSigContract(Transaction multisigContract)
          Called when the client provides the multi-sig contract.
 



Copyright © 2014. All rights reserved.