com.google.bitcoin.protocols.channels
Interface ServerState.StoredServerPaymentChannelOrBuilder

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

public static interface ServerState.StoredServerPaymentChannelOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getBestValueSignature()
          optional bytes bestValueSignature = 2;
 long getBestValueToMe()
          required uint64 bestValueToMe = 1;
 com.google.protobuf.ByteString getClientOutput()
          required bytes clientOutput = 5;
 com.google.protobuf.ByteString getContractTransaction()
          required bytes contractTransaction = 4;
 com.google.protobuf.ByteString getMyKey()
          required bytes myKey = 6;
 long getRefundTransactionUnlockTimeSecs()
          required uint64 refundTransactionUnlockTimeSecs = 3;
 boolean hasBestValueSignature()
          optional bytes bestValueSignature = 2;
 boolean hasBestValueToMe()
          required uint64 bestValueToMe = 1;
 boolean hasClientOutput()
          required bytes clientOutput = 5;
 boolean hasContractTransaction()
          required bytes contractTransaction = 4;
 boolean hasMyKey()
          required bytes myKey = 6;
 boolean hasRefundTransactionUnlockTimeSecs()
          required uint64 refundTransactionUnlockTimeSecs = 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

hasBestValueToMe

boolean hasBestValueToMe()
required uint64 bestValueToMe = 1;


getBestValueToMe

long getBestValueToMe()
required uint64 bestValueToMe = 1;


hasBestValueSignature

boolean hasBestValueSignature()
optional bytes bestValueSignature = 2;


getBestValueSignature

com.google.protobuf.ByteString getBestValueSignature()
optional bytes bestValueSignature = 2;


hasRefundTransactionUnlockTimeSecs

boolean hasRefundTransactionUnlockTimeSecs()
required uint64 refundTransactionUnlockTimeSecs = 3;


getRefundTransactionUnlockTimeSecs

long getRefundTransactionUnlockTimeSecs()
required uint64 refundTransactionUnlockTimeSecs = 3;


hasContractTransaction

boolean hasContractTransaction()
required bytes contractTransaction = 4;


getContractTransaction

com.google.protobuf.ByteString getContractTransaction()
required bytes contractTransaction = 4;


hasClientOutput

boolean hasClientOutput()
required bytes clientOutput = 5;


getClientOutput

com.google.protobuf.ByteString getClientOutput()
required bytes clientOutput = 5;


hasMyKey

boolean hasMyKey()
required bytes myKey = 6;


getMyKey

com.google.protobuf.ByteString getMyKey()
required bytes myKey = 6;



Copyright © 2014. All rights reserved.