org.bitcoin.paymentchannel
Interface Protos.SettlementOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protos.Settlement, Protos.Settlement.Builder
Enclosing class:
Protos

public static interface Protos.SettlementOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getTx()
          required bytes tx = 3;
 boolean hasTx()
          required bytes tx = 3;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasTx

boolean hasTx()
required bytes tx = 3;
 A copy of the fully signed final contract that settles the channel. The client can verify
 the transaction is correct and then commit it to their wallet.
 


getTx

com.google.protobuf.ByteString getTx()
required bytes tx = 3;
 A copy of the fully signed final contract that settles the channel. The client can verify
 the transaction is correct and then commit it to their wallet.
 



Copyright © 2014. All rights reserved.