ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannels.Builder.addChannelsBuilder()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannels.Builder.addChannelsBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clear() |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearBestValueSignature()
optional bytes bestValueSignature = 2;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearBestValueToMe()
required uint64 bestValueToMe = 1;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearClientKey()
optional bytes clientKey = 8;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearClientOutput()
optional bytes clientOutput = 5;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearContractTransaction()
required bytes contractTransaction = 4;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearMajorVersion()
optional uint32 majorVersion = 7 [default = 1];
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearMyKey()
required bytes myKey = 6;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearRefundTransactionUnlockTimeSecs()
required uint64 refundTransactionUnlockTimeSecs = 3;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clone() |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannels.Builder.getChannelsBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.mergeFrom(com.google.protobuf.Message other) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.mergeFrom(ServerState.StoredServerPaymentChannel other) |
static ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.newBuilder() |
static ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.newBuilder(ServerState.StoredServerPaymentChannel prototype) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.newBuilderForType() |
protected ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setBestValueSignature(com.google.protobuf.ByteString value)
optional bytes bestValueSignature = 2;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setBestValueToMe(long value)
required uint64 bestValueToMe = 1;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setClientKey(com.google.protobuf.ByteString value)
optional bytes clientKey = 8;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setClientOutput(com.google.protobuf.ByteString value)
optional bytes clientOutput = 5;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setContractTransaction(com.google.protobuf.ByteString value)
required bytes contractTransaction = 4;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setMajorVersion(int value)
optional uint32 majorVersion = 7 [default = 1];
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setMyKey(com.google.protobuf.ByteString value)
required bytes myKey = 6;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setRefundTransactionUnlockTimeSecs(long value)
required uint64 refundTransactionUnlockTimeSecs = 3;
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.toBuilder() |