|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueOutOfRangeException | |
|---|---|
| com.google.bitcoin.protocols.channels | |
| Uses of ValueOutOfRangeException in com.google.bitcoin.protocols.channels |
|---|
| Methods in com.google.bitcoin.protocols.channels that throw ValueOutOfRangeException | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<BigInteger> |
PaymentChannelClientConnection.incrementPayment(BigInteger size)
Increments the total value which we pay the server. |
com.google.common.util.concurrent.ListenableFuture<BigInteger> |
PaymentChannelClient.incrementPayment(BigInteger size)
Increments the total value which we pay the server. |
com.google.common.util.concurrent.ListenableFuture<BigInteger> |
IPaymentChannelClient.incrementPayment(BigInteger size)
Increments the total value which we pay the server. |
boolean |
PaymentChannelServerState.incrementPayment(BigInteger refundSize,
byte[] signatureBytes)
Called when the client provides us with a new signature and wishes to increment total payment by size. |
PaymentChannelClientState.IncrementedPayment |
PaymentChannelClientState.incrementPaymentBy(BigInteger size)
Updates the outputs on the payment contract transaction and re-signs it. |
void |
PaymentChannelClientState.initiate()
Creates the initial multisig contract and incomplete refund transaction which can be requested at the appropriate time using PaymentChannelClientState.getIncompleteRefundTransaction() and
PaymentChannelClientState.getMultisigContract(). |
| Constructors in com.google.bitcoin.protocols.channels that throw ValueOutOfRangeException | |
|---|---|
PaymentChannelClientConnection(InetSocketAddress server,
int timeoutSeconds,
Wallet wallet,
ECKey myKey,
BigInteger maxValue,
String serverId)
Attempts to open a new connection to and open a payment channel with the given host and port, blocking until the connection is open |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||