Package | Description |
---|---|
org.bitcoin.paymentchannel |
Modifier and Type | Method and Description |
---|---|
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.clear() |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.clearClientChangeValue()
The value which is sent back to the primary.
|
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.clearInfo()
Information about this update.
|
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.clearSignature()
A SIGHASH_SINGLE|SIGHASH_ANYONECANPAY signature (including the postfix type byte) which
spends the primary's part of the multisig contract's output.
|
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.clone() |
Protos.UpdatePayment.Builder |
Protos.ProvideContract.Builder.getInitialPaymentBuilder()
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.UpdatePayment.Builder |
Protos.TwoWayChannelMessage.Builder.getUpdatePaymentBuilder()
optional .paymentchannels.UpdatePayment update_payment = 8; |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.mergeFrom(Protos.UpdatePayment other) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.UpdatePayment.Builder |
Protos.UpdatePayment.newBuilder() |
static Protos.UpdatePayment.Builder |
Protos.UpdatePayment.newBuilder(Protos.UpdatePayment prototype) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.newBuilderForType() |
protected Protos.UpdatePayment.Builder |
Protos.UpdatePayment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.setClientChangeValue(long value)
The value which is sent back to the primary.
|
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.setInfo(com.google.protobuf.ByteString value)
Information about this update.
|
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.setSignature(com.google.protobuf.ByteString value)
A SIGHASH_SINGLE|SIGHASH_ANYONECANPAY signature (including the postfix type byte) which
spends the primary's part of the multisig contract's output.
|
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.toBuilder() |
Modifier and Type | Method and Description |
---|---|
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.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setUpdatePayment(Protos.UpdatePayment.Builder builderForValue)
optional .paymentchannels.UpdatePayment update_payment = 8; |
Copyright © 2018. All rights reserved.