public static interface ClientState.StoredClientPaymentChannelOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getCloseTransactionHash()
optional bytes closeTransactionHash = 7; |
com.google.protobuf.ByteString |
getContractTransaction()
required bytes contractTransaction = 2; |
com.google.protobuf.ByteString |
getId()
required bytes id = 1; |
com.google.protobuf.ByteString |
getMyKey()
required bytes myKey = 4; |
com.google.protobuf.ByteString |
getMyPublicKey()
required bytes myPublicKey = 8; |
long |
getRefundFees()
required uint64 refundFees = 6; |
com.google.protobuf.ByteString |
getRefundTransaction()
required bytes refundTransaction = 3; |
long |
getValueToMe()
required uint64 valueToMe = 5; |
boolean |
hasCloseTransactionHash()
optional bytes closeTransactionHash = 7; |
boolean |
hasContractTransaction()
required bytes contractTransaction = 2; |
boolean |
hasId()
required bytes id = 1; |
boolean |
hasMyKey()
required bytes myKey = 4; |
boolean |
hasMyPublicKey()
required bytes myPublicKey = 8; |
boolean |
hasRefundFees()
required uint64 refundFees = 6; |
boolean |
hasRefundTransaction()
required bytes refundTransaction = 3; |
boolean |
hasValueToMe()
required uint64 valueToMe = 5; |
boolean hasId()
required bytes id = 1;
com.google.protobuf.ByteString getId()
required bytes id = 1;
boolean hasContractTransaction()
required bytes contractTransaction = 2;
com.google.protobuf.ByteString getContractTransaction()
required bytes contractTransaction = 2;
boolean hasRefundTransaction()
required bytes refundTransaction = 3;
com.google.protobuf.ByteString getRefundTransaction()
required bytes refundTransaction = 3;
boolean hasMyPublicKey()
required bytes myPublicKey = 8;
com.google.protobuf.ByteString getMyPublicKey()
required bytes myPublicKey = 8;
boolean hasMyKey()
required bytes myKey = 4;
Deprecated, key is already stored in the wallet, and found using myPublicKey;
com.google.protobuf.ByteString getMyKey()
required bytes myKey = 4;
Deprecated, key is already stored in the wallet, and found using myPublicKey;
boolean hasValueToMe()
required uint64 valueToMe = 5;
long getValueToMe()
required uint64 valueToMe = 5;
boolean hasRefundFees()
required uint64 refundFees = 6;
long getRefundFees()
required uint64 refundFees = 6;
boolean hasCloseTransactionHash()
optional bytes closeTransactionHash = 7;
When set, the hash of the transaction that was presented by the server for closure of the channel. It spends the contractTransaction and is expected to be broadcast to the network by the server. It's supposed to be in the wallet already.
com.google.protobuf.ByteString getCloseTransactionHash()
optional bytes closeTransactionHash = 7;
When set, the hash of the transaction that was presented by the server for closure of the channel. It spends the contractTransaction and is expected to be broadcast to the network by the server. It's supposed to be in the wallet already.
Copyright © 2016. All rights reserved.