com.google.bitcoin.protocols.channels
Class PaymentChannelClientState.IncrementedPayment

java.lang.Object
  extended by com.google.bitcoin.protocols.channels.PaymentChannelClientState.IncrementedPayment
Enclosing class:
PaymentChannelClientState

public static class PaymentChannelClientState.IncrementedPayment
extends Object

Container for a signature and an amount that was sent.


Field Summary
 BigInteger amount
           
 TransactionSignature signature
           
 
Constructor Summary
PaymentChannelClientState.IncrementedPayment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signature

public TransactionSignature signature

amount

public BigInteger amount
Constructor Detail

PaymentChannelClientState.IncrementedPayment

public PaymentChannelClientState.IncrementedPayment()


Copyright © 2014. All rights reserved.