Uses of Class
org.bitcoin.protocols.payments.Protos.Output

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

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

Fields in org.bitcoin.protocols.payments with type parameters of type Protos.Output
static com.google.protobuf.Parser<Protos.Output> Protos.Output.PARSER
           
 

Methods in org.bitcoin.protocols.payments that return Protos.Output
 Protos.Output Protos.Output.Builder.build()
           
 Protos.Output Protos.Output.Builder.buildPartial()
           
static Protos.Output Protos.Output.getDefaultInstance()
           
 Protos.Output Protos.Output.getDefaultInstanceForType()
           
 Protos.Output Protos.Output.Builder.getDefaultInstanceForType()
           
 Protos.Output Protos.PaymentDetailsOrBuilder.getOutputs(int index)
          repeated .payments.Output outputs = 2;
 Protos.Output Protos.PaymentDetails.getOutputs(int index)
          repeated .payments.Output outputs = 2;
 Protos.Output Protos.PaymentDetails.Builder.getOutputs(int index)
          repeated .payments.Output outputs = 2;
 Protos.Output Protos.PaymentOrBuilder.getRefundTo(int index)
          repeated .payments.Output refund_to = 3;
 Protos.Output Protos.Payment.getRefundTo(int index)
          repeated .payments.Output refund_to = 3;
 Protos.Output Protos.Payment.Builder.getRefundTo(int index)
          repeated .payments.Output refund_to = 3;
static Protos.Output Protos.Output.parseDelimitedFrom(InputStream input)
           
static Protos.Output Protos.Output.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Output Protos.Output.parseFrom(byte[] data)
           
static Protos.Output Protos.Output.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Output Protos.Output.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.Output Protos.Output.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Output Protos.Output.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.Output Protos.Output.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Output Protos.Output.parseFrom(InputStream input)
           
static Protos.Output Protos.Output.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.bitcoin.protocols.payments that return types with arguments of type Protos.Output
 List<Protos.Output> Protos.PaymentDetailsOrBuilder.getOutputsList()
          repeated .payments.Output outputs = 2;
 List<Protos.Output> Protos.PaymentDetails.getOutputsList()
          repeated .payments.Output outputs = 2;
 List<Protos.Output> Protos.PaymentDetails.Builder.getOutputsList()
          repeated .payments.Output outputs = 2;
 com.google.protobuf.Parser<Protos.Output> Protos.Output.getParserForType()
           
 List<Protos.Output> Protos.PaymentOrBuilder.getRefundToList()
          repeated .payments.Output refund_to = 3;
 List<Protos.Output> Protos.Payment.getRefundToList()
          repeated .payments.Output refund_to = 3;
 List<Protos.Output> Protos.Payment.Builder.getRefundToList()
          repeated .payments.Output refund_to = 3;
 

Methods in org.bitcoin.protocols.payments with parameters of type Protos.Output
 Protos.PaymentDetails.Builder Protos.PaymentDetails.Builder.addOutputs(int index, Protos.Output value)
          repeated .payments.Output outputs = 2;
 Protos.PaymentDetails.Builder Protos.PaymentDetails.Builder.addOutputs(Protos.Output value)
          repeated .payments.Output outputs = 2;
 Protos.Payment.Builder Protos.Payment.Builder.addRefundTo(int index, Protos.Output value)
          repeated .payments.Output refund_to = 3;
 Protos.Payment.Builder Protos.Payment.Builder.addRefundTo(Protos.Output value)
          repeated .payments.Output refund_to = 3;
 Protos.Output.Builder Protos.Output.Builder.mergeFrom(Protos.Output other)
           
static Protos.Output.Builder Protos.Output.newBuilder(Protos.Output prototype)
           
 Protos.PaymentDetails.Builder Protos.PaymentDetails.Builder.setOutputs(int index, Protos.Output value)
          repeated .payments.Output outputs = 2;
 Protos.Payment.Builder Protos.Payment.Builder.setRefundTo(int index, Protos.Output value)
          repeated .payments.Output refund_to = 3;
 

Method parameters in org.bitcoin.protocols.payments with type arguments of type Protos.Output
 Protos.PaymentDetails.Builder Protos.PaymentDetails.Builder.addAllOutputs(Iterable<? extends Protos.Output> values)
          repeated .payments.Output outputs = 2;
 Protos.Payment.Builder Protos.Payment.Builder.addAllRefundTo(Iterable<? extends Protos.Output> values)
          repeated .payments.Output refund_to = 3;
 



Copyright © 2014. All rights reserved.