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
| 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 |
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.