public static interface ServerState.StoredServerPaymentChannelOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBestValueSignature()
optional bytes bestValueSignature = 2; |
long |
getBestValueToMe()
required uint64 bestValueToMe = 1; |
com.google.protobuf.ByteString |
getClientKey()
optional bytes clientKey = 8; |
com.google.protobuf.ByteString |
getClientOutput()
optional bytes clientOutput = 5; |
com.google.protobuf.ByteString |
getContractTransaction()
required bytes contractTransaction = 4; |
int |
getMajorVersion()
optional uint32 majorVersion = 7 [default = 1]; |
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 |
hasClientKey()
optional bytes clientKey = 8; |
boolean |
hasClientOutput()
optional bytes clientOutput = 5; |
boolean |
hasContractTransaction()
required bytes contractTransaction = 4; |
boolean |
hasMajorVersion()
optional uint32 majorVersion = 7 [default = 1]; |
boolean |
hasMyKey()
required bytes myKey = 6; |
boolean |
hasRefundTransactionUnlockTimeSecs()
required uint64 refundTransactionUnlockTimeSecs = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBestValueToMe()
required uint64 bestValueToMe = 1;
long getBestValueToMe()
required uint64 bestValueToMe = 1;
boolean hasBestValueSignature()
optional bytes bestValueSignature = 2;
com.google.protobuf.ByteString getBestValueSignature()
optional bytes bestValueSignature = 2;
boolean hasRefundTransactionUnlockTimeSecs()
required uint64 refundTransactionUnlockTimeSecs = 3;
long getRefundTransactionUnlockTimeSecs()
required uint64 refundTransactionUnlockTimeSecs = 3;
boolean hasContractTransaction()
required bytes contractTransaction = 4;
com.google.protobuf.ByteString getContractTransaction()
required bytes contractTransaction = 4;
boolean hasClientOutput()
optional bytes clientOutput = 5;
com.google.protobuf.ByteString getClientOutput()
optional bytes clientOutput = 5;
boolean hasMyKey()
required bytes myKey = 6;
com.google.protobuf.ByteString getMyKey()
required bytes myKey = 6;
boolean hasMajorVersion()
optional uint32 majorVersion = 7 [default = 1];
int getMajorVersion()
optional uint32 majorVersion = 7 [default = 1];
boolean hasClientKey()
optional bytes clientKey = 8;
Protocol version 2 only - the P2SH hash doesn't contain the required key
com.google.protobuf.ByteString getClientKey()
optional bytes clientKey = 8;
Protocol version 2 only - the P2SH hash doesn't contain the required key
Copyright © 2016. All rights reserved.