Package | Description |
---|---|
org.bitcoin.paymentchannel |
Modifier and Type | Method and Description |
---|---|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clear() |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clearClientKey()
This field is added in protocol version 2 to send the client public key to the server.
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clearInitialPayment()
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clearTx()
The serialized bytes of the transaction in Satoshi format.
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.clone() |
Protos.ProvideContract.Builder |
Protos.TwoWayChannelMessage.Builder.getProvideContractBuilder()
optional .paymentchannels.ProvideContract provide_contract = 7; |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeFrom(Protos.ProvideContract other) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeInitialPayment(Protos.UpdatePayment value)
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.ProvideContract.Builder |
Protos.ProvideContract.newBuilder() |
static Protos.ProvideContract.Builder |
Protos.ProvideContract.newBuilder(Protos.ProvideContract prototype) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.newBuilderForType() |
protected Protos.ProvideContract.Builder |
Protos.ProvideContract.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setClientKey(com.google.protobuf.ByteString value)
This field is added in protocol version 2 to send the client public key to the server.
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setInitialPayment(Protos.UpdatePayment.Builder builderForValue)
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setInitialPayment(Protos.UpdatePayment value)
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setTx(com.google.protobuf.ByteString value)
The serialized bytes of the transaction in Satoshi format.
|
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setProvideContract(Protos.ProvideContract.Builder builderForValue)
optional .paymentchannels.ProvideContract provide_contract = 7; |
Copyright © 2018. All rights reserved.