| Package | Description |
|---|---|
| org.bitcoin.protocols.payments |
| Modifier and Type | Class and Description |
|---|---|
static class |
Protos.Output
Generalized form of "send payment to this/these bitcoin addresses"
|
static class |
Protos.Output.Builder
Generalized form of "send payment to this/these bitcoin addresses"
|
| Modifier and Type | Method and Description |
|---|---|
Protos.OutputOrBuilder |
Protos.PaymentDetailsOrBuilder.getOutputsOrBuilder(int index)
Where payment should be sent
|
Protos.OutputOrBuilder |
Protos.PaymentDetails.getOutputsOrBuilder(int index)
Where payment should be sent
|
Protos.OutputOrBuilder |
Protos.PaymentDetails.Builder.getOutputsOrBuilder(int index)
Where payment should be sent
|
Protos.OutputOrBuilder |
Protos.PaymentOrBuilder.getRefundToOrBuilder(int index)
Where to send refunds, if a refund is necessary
|
Protos.OutputOrBuilder |
Protos.Payment.getRefundToOrBuilder(int index)
Where to send refunds, if a refund is necessary
|
Protos.OutputOrBuilder |
Protos.Payment.Builder.getRefundToOrBuilder(int index)
Where to send refunds, if a refund is necessary
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Protos.OutputOrBuilder> |
Protos.PaymentDetailsOrBuilder.getOutputsOrBuilderList()
Where payment should be sent
|
List<? extends Protos.OutputOrBuilder> |
Protos.PaymentDetails.getOutputsOrBuilderList()
Where payment should be sent
|
List<? extends Protos.OutputOrBuilder> |
Protos.PaymentDetails.Builder.getOutputsOrBuilderList()
Where payment should be sent
|
List<? extends Protos.OutputOrBuilder> |
Protos.PaymentOrBuilder.getRefundToOrBuilderList()
Where to send refunds, if a refund is necessary
|
List<? extends Protos.OutputOrBuilder> |
Protos.Payment.getRefundToOrBuilderList()
Where to send refunds, if a refund is necessary
|
List<? extends Protos.OutputOrBuilder> |
Protos.Payment.Builder.getRefundToOrBuilderList()
Where to send refunds, if a refund is necessary
|
Copyright © 2018. All rights reserved.