Package | Description |
---|---|
org.bitcoin.protocols.payments |
Modifier and Type | Method and Description |
---|---|
Protos.Output.Builder |
Protos.PaymentDetails.Builder.addOutputsBuilder()
Where payment should be sent
|
Protos.Output.Builder |
Protos.PaymentDetails.Builder.addOutputsBuilder(int index)
Where payment should be sent
|
Protos.Output.Builder |
Protos.Payment.Builder.addRefundToBuilder()
Where to send refunds, if a refund is necessary
|
Protos.Output.Builder |
Protos.Payment.Builder.addRefundToBuilder(int index)
Where to send refunds, if a refund is necessary
|
Protos.Output.Builder |
Protos.Output.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Output.Builder |
Protos.Output.Builder.clear() |
Protos.Output.Builder |
Protos.Output.Builder.clearAmount()
amount is integer-number-of-satoshis
|
Protos.Output.Builder |
Protos.Output.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.Output.Builder |
Protos.Output.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.Output.Builder |
Protos.Output.Builder.clearScript()
usually one of the standard Script forms
|
Protos.Output.Builder |
Protos.Output.Builder.clone() |
Protos.Output.Builder |
Protos.PaymentDetails.Builder.getOutputsBuilder(int index)
Where payment should be sent
|
Protos.Output.Builder |
Protos.Payment.Builder.getRefundToBuilder(int index)
Where to send refunds, if a refund is necessary
|
Protos.Output.Builder |
Protos.Output.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Output.Builder |
Protos.Output.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.Output.Builder |
Protos.Output.Builder.mergeFrom(Protos.Output other) |
Protos.Output.Builder |
Protos.Output.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.Output.Builder |
Protos.Output.newBuilder() |
static Protos.Output.Builder |
Protos.Output.newBuilder(Protos.Output prototype) |
Protos.Output.Builder |
Protos.Output.newBuilderForType() |
protected Protos.Output.Builder |
Protos.Output.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.Output.Builder |
Protos.Output.Builder.setAmount(long value)
amount is integer-number-of-satoshis
|
Protos.Output.Builder |
Protos.Output.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Output.Builder |
Protos.Output.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.Output.Builder |
Protos.Output.Builder.setScript(com.google.protobuf.ByteString value)
usually one of the standard Script forms
|
Protos.Output.Builder |
Protos.Output.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.Output.Builder |
Protos.Output.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<Protos.Output.Builder> |
Protos.PaymentDetails.Builder.getOutputsBuilderList()
Where payment should be sent
|
List<Protos.Output.Builder> |
Protos.Payment.Builder.getRefundToBuilderList()
Where to send refunds, if a refund is necessary
|
Modifier and Type | Method and Description |
---|---|
Protos.PaymentDetails.Builder |
Protos.PaymentDetails.Builder.addOutputs(int index,
Protos.Output.Builder builderForValue)
Where payment should be sent
|
Protos.PaymentDetails.Builder |
Protos.PaymentDetails.Builder.addOutputs(Protos.Output.Builder builderForValue)
Where payment should be sent
|
Protos.Payment.Builder |
Protos.Payment.Builder.addRefundTo(int index,
Protos.Output.Builder builderForValue)
Where to send refunds, if a refund is necessary
|
Protos.Payment.Builder |
Protos.Payment.Builder.addRefundTo(Protos.Output.Builder builderForValue)
Where to send refunds, if a refund is necessary
|
Protos.PaymentDetails.Builder |
Protos.PaymentDetails.Builder.setOutputs(int index,
Protos.Output.Builder builderForValue)
Where payment should be sent
|
Protos.Payment.Builder |
Protos.Payment.Builder.setRefundTo(int index,
Protos.Output.Builder builderForValue)
Where to send refunds, if a refund is necessary
|
Copyright © 2018. All rights reserved.