Package | Description |
---|---|
org.bitcoin.paymentchannel |
Modifier and Type | Method and Description |
---|---|
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.clear() |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.clearMajor()
required int32 major = 1; |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.clearMinor()
optional int32 minor = 2 [default = 0]; |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.clearPreviousChannelContractHash()
The hash of the multisig contract of a previous channel.
|
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.clearTimeWindowSecs()
How many seconds should the channel be open, only used when a new channel is created.
|
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.clone() |
Protos.ClientVersion.Builder |
Protos.TwoWayChannelMessage.Builder.getClientVersionBuilder()
Now one optional field for each message.
|
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.mergeFrom(Protos.ClientVersion other) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.ClientVersion.Builder |
Protos.ClientVersion.newBuilder() |
static Protos.ClientVersion.Builder |
Protos.ClientVersion.newBuilder(Protos.ClientVersion prototype) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.newBuilderForType() |
protected Protos.ClientVersion.Builder |
Protos.ClientVersion.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.setMajor(int value)
required int32 major = 1; |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.setMinor(int value)
optional int32 minor = 2 [default = 0]; |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.setPreviousChannelContractHash(com.google.protobuf.ByteString value)
The hash of the multisig contract of a previous channel.
|
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.setTimeWindowSecs(long value)
How many seconds should the channel be open, only used when a new channel is created.
|
Protos.ClientVersion.Builder |
Protos.ClientVersion.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ClientVersion.Builder |
Protos.ClientVersion.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setClientVersion(Protos.ClientVersion.Builder builderForValue)
Now one optional field for each message.
|
Copyright © 2018. All rights reserved.