Uses of Interface
org.bitcoin.protocols.payments.Protos.OutputOrBuilder

Packages that use Protos.OutputOrBuilder
org.bitcoin.protocols.payments   
 

Uses of Protos.OutputOrBuilder in org.bitcoin.protocols.payments
 

Classes in org.bitcoin.protocols.payments that implement Protos.OutputOrBuilder
static class Protos.Output
          Protobuf type payments.Output
static class Protos.Output.Builder
          Protobuf type payments.Output
 

Methods in org.bitcoin.protocols.payments that return Protos.OutputOrBuilder
 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;
 

Methods in org.bitcoin.protocols.payments that return types with arguments of type Protos.OutputOrBuilder
 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 © 2014. All rights reserved.