Package | Description |
---|---|
com.google.bitcoin.protocols.channels |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.