Package | Description |
---|---|
org.bitcoin.protocols.payments |
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Output
Protobuf type
payments.Output |
static class |
Protos.Output.Builder
Protobuf type
payments.Output |
Modifier and Type | Method and Description |
---|---|
Protos.OutputOrBuilder |
Protos.PaymentDetailsOrBuilder.getOutputsOrBuilder(int index)
repeated .payments.Output outputs = 2; |
Protos.OutputOrBuilder |
Protos.PaymentDetails.getOutputsOrBuilder(int index)
repeated .payments.Output outputs = 2; |
Protos.OutputOrBuilder |
Protos.PaymentDetails.Builder.getOutputsOrBuilder(int index)
repeated .payments.Output outputs = 2; |
Protos.OutputOrBuilder |
Protos.PaymentOrBuilder.getRefundToOrBuilder(int index)
repeated .payments.Output refund_to = 3; |
Protos.OutputOrBuilder |
Protos.Payment.getRefundToOrBuilder(int index)
repeated .payments.Output refund_to = 3; |
Protos.OutputOrBuilder |
Protos.Payment.Builder.getRefundToOrBuilder(int index)
repeated .payments.Output refund_to = 3; |
Modifier and Type | Method and Description |
---|---|
List<? extends Protos.OutputOrBuilder> |
Protos.PaymentDetailsOrBuilder.getOutputsOrBuilderList()
repeated .payments.Output outputs = 2; |
List<? extends Protos.OutputOrBuilder> |
Protos.PaymentDetails.getOutputsOrBuilderList()
repeated .payments.Output outputs = 2; |
List<? extends Protos.OutputOrBuilder> |
Protos.PaymentDetails.Builder.getOutputsOrBuilderList()
repeated .payments.Output outputs = 2; |
List<? extends Protos.OutputOrBuilder> |
Protos.PaymentOrBuilder.getRefundToOrBuilderList()
repeated .payments.Output refund_to = 3; |
List<? extends Protos.OutputOrBuilder> |
Protos.Payment.getRefundToOrBuilderList()
repeated .payments.Output refund_to = 3; |
List<? extends Protos.OutputOrBuilder> |
Protos.Payment.Builder.getRefundToOrBuilderList()
repeated .payments.Output refund_to = 3; |
Copyright © 2016. All rights reserved.