Package | Description |
---|---|
org.bitcoin.protocols.payments |
Modifier and Type | Method and Description |
---|---|
Protos.Payment.Builder |
Protos.Payment.Builder.addAllRefundTo(Iterable<? extends Protos.Output> values)
Where to send refunds, if a refund is necessary
|
Protos.Payment.Builder |
Protos.Payment.Builder.addAllTransactions(Iterable<? extends com.google.protobuf.ByteString> values)
Signed transactions that satisfy PaymentDetails.outputs
|
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(int index,
Protos.Output value)
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.Payment.Builder |
Protos.Payment.Builder.addRefundTo(Protos.Output value)
Where to send refunds, if a refund is necessary
|
Protos.Payment.Builder |
Protos.Payment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Payment.Builder |
Protos.Payment.Builder.addTransactions(com.google.protobuf.ByteString value)
Signed transactions that satisfy PaymentDetails.outputs
|
Protos.Payment.Builder |
Protos.Payment.Builder.clear() |
Protos.Payment.Builder |
Protos.Payment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.Payment.Builder |
Protos.Payment.Builder.clearMemo()
Human-readable message for the merchant
|
Protos.Payment.Builder |
Protos.Payment.Builder.clearMerchantData()
From PaymentDetails.merchant_data
|
Protos.Payment.Builder |
Protos.Payment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.Payment.Builder |
Protos.Payment.Builder.clearRefundTo()
Where to send refunds, if a refund is necessary
|
Protos.Payment.Builder |
Protos.Payment.Builder.clearTransactions()
Signed transactions that satisfy PaymentDetails.outputs
|
Protos.Payment.Builder |
Protos.Payment.Builder.clone() |
Protos.Payment.Builder |
Protos.PaymentACK.Builder.getPaymentBuilder()
Payment message that triggered this ACK
|
Protos.Payment.Builder |
Protos.Payment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Payment.Builder |
Protos.Payment.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.Payment.Builder |
Protos.Payment.Builder.mergeFrom(Protos.Payment other) |
Protos.Payment.Builder |
Protos.Payment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protos.Payment.Builder |
Protos.Payment.newBuilder() |
static Protos.Payment.Builder |
Protos.Payment.newBuilder(Protos.Payment prototype) |
Protos.Payment.Builder |
Protos.Payment.newBuilderForType() |
protected Protos.Payment.Builder |
Protos.Payment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protos.Payment.Builder |
Protos.Payment.Builder.removeRefundTo(int index)
Where to send refunds, if a refund is necessary
|
Protos.Payment.Builder |
Protos.Payment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protos.Payment.Builder |
Protos.Payment.Builder.setMemo(String value)
Human-readable message for the merchant
|
Protos.Payment.Builder |
Protos.Payment.Builder.setMemoBytes(com.google.protobuf.ByteString value)
Human-readable message for the merchant
|
Protos.Payment.Builder |
Protos.Payment.Builder.setMerchantData(com.google.protobuf.ByteString value)
From PaymentDetails.merchant_data
|
Protos.Payment.Builder |
Protos.Payment.Builder.setRefundTo(int index,
Protos.Output.Builder builderForValue)
Where to send refunds, if a refund is necessary
|
Protos.Payment.Builder |
Protos.Payment.Builder.setRefundTo(int index,
Protos.Output value)
Where to send refunds, if a refund is necessary
|
Protos.Payment.Builder |
Protos.Payment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protos.Payment.Builder |
Protos.Payment.Builder.setTransactions(int index,
com.google.protobuf.ByteString value)
Signed transactions that satisfy PaymentDetails.outputs
|
Protos.Payment.Builder |
Protos.Payment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.Payment.Builder |
Protos.Payment.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Protos.PaymentACK.Builder |
Protos.PaymentACK.Builder.setPayment(Protos.Payment.Builder builderForValue)
Payment message that triggered this ACK
|
Copyright © 2018. All rights reserved.