Uses of Class
org.bitcoin.paymentchannel.Protos.UpdatePayment

Packages that use Protos.UpdatePayment
org.bitcoin.paymentchannel   
 

Uses of Protos.UpdatePayment in org.bitcoin.paymentchannel
 

Fields in org.bitcoin.paymentchannel with type parameters of type Protos.UpdatePayment
static com.google.protobuf.Parser<Protos.UpdatePayment> Protos.UpdatePayment.PARSER
           
 

Methods in org.bitcoin.paymentchannel that return Protos.UpdatePayment
 Protos.UpdatePayment Protos.UpdatePayment.Builder.build()
           
 Protos.UpdatePayment Protos.UpdatePayment.Builder.buildPartial()
           
static Protos.UpdatePayment Protos.UpdatePayment.getDefaultInstance()
           
 Protos.UpdatePayment Protos.UpdatePayment.getDefaultInstanceForType()
           
 Protos.UpdatePayment Protos.UpdatePayment.Builder.getDefaultInstanceForType()
           
 Protos.UpdatePayment Protos.ProvideContractOrBuilder.getInitialPayment()
          required .paymentchannels.UpdatePayment initial_payment = 2;
 Protos.UpdatePayment Protos.ProvideContract.getInitialPayment()
          required .paymentchannels.UpdatePayment initial_payment = 2;
 Protos.UpdatePayment Protos.ProvideContract.Builder.getInitialPayment()
          required .paymentchannels.UpdatePayment initial_payment = 2;
 Protos.UpdatePayment Protos.TwoWayChannelMessageOrBuilder.getUpdatePayment()
          optional .paymentchannels.UpdatePayment update_payment = 8;
 Protos.UpdatePayment Protos.TwoWayChannelMessage.getUpdatePayment()
          optional .paymentchannels.UpdatePayment update_payment = 8;
 Protos.UpdatePayment Protos.TwoWayChannelMessage.Builder.getUpdatePayment()
          optional .paymentchannels.UpdatePayment update_payment = 8;
static Protos.UpdatePayment Protos.UpdatePayment.parseDelimitedFrom(InputStream input)
           
static Protos.UpdatePayment Protos.UpdatePayment.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.UpdatePayment Protos.UpdatePayment.parseFrom(byte[] data)
           
static Protos.UpdatePayment Protos.UpdatePayment.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.UpdatePayment Protos.UpdatePayment.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.UpdatePayment Protos.UpdatePayment.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.UpdatePayment Protos.UpdatePayment.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.UpdatePayment Protos.UpdatePayment.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.UpdatePayment Protos.UpdatePayment.parseFrom(InputStream input)
           
static Protos.UpdatePayment Protos.UpdatePayment.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.bitcoin.paymentchannel that return types with arguments of type Protos.UpdatePayment
 com.google.protobuf.Parser<Protos.UpdatePayment> Protos.UpdatePayment.getParserForType()
           
 

Methods in org.bitcoin.paymentchannel with parameters of type Protos.UpdatePayment
 Protos.UpdatePayment.Builder Protos.UpdatePayment.Builder.mergeFrom(Protos.UpdatePayment other)
           
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.mergeInitialPayment(Protos.UpdatePayment value)
          required .paymentchannels.UpdatePayment initial_payment = 2;
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.mergeUpdatePayment(Protos.UpdatePayment value)
          optional .paymentchannels.UpdatePayment update_payment = 8;
static Protos.UpdatePayment.Builder Protos.UpdatePayment.newBuilder(Protos.UpdatePayment prototype)
           
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.setInitialPayment(Protos.UpdatePayment value)
          required .paymentchannels.UpdatePayment initial_payment = 2;
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.setUpdatePayment(Protos.UpdatePayment value)
          optional .paymentchannels.UpdatePayment update_payment = 8;
 



Copyright © 2014. All rights reserved.