Uses of Class
org.bitcoin.paymentchannel.Protos.ProvideContract.Builder

Packages that use Protos.ProvideContract.Builder
org.bitcoin.paymentchannel   
 

Uses of Protos.ProvideContract.Builder in org.bitcoin.paymentchannel
 

Methods in org.bitcoin.paymentchannel that return Protos.ProvideContract.Builder
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.clear()
           
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.clearInitialPayment()
          required .paymentchannels.UpdatePayment initial_payment = 2;
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.clearTx()
          required bytes tx = 1;
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.clone()
           
 Protos.ProvideContract.Builder Protos.TwoWayChannelMessage.Builder.getProvideContractBuilder()
          optional .paymentchannels.ProvideContract provide_contract = 7;
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.mergeFrom(com.google.protobuf.Message other)
           
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.mergeFrom(Protos.ProvideContract other)
           
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.mergeInitialPayment(Protos.UpdatePayment value)
          required .paymentchannels.UpdatePayment initial_payment = 2;
static Protos.ProvideContract.Builder Protos.ProvideContract.newBuilder()
           
static Protos.ProvideContract.Builder Protos.ProvideContract.newBuilder(Protos.ProvideContract prototype)
           
 Protos.ProvideContract.Builder Protos.ProvideContract.newBuilderForType()
           
protected  Protos.ProvideContract.Builder Protos.ProvideContract.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.setInitialPayment(Protos.UpdatePayment.Builder builderForValue)
          required .paymentchannels.UpdatePayment initial_payment = 2;
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.setInitialPayment(Protos.UpdatePayment value)
          required .paymentchannels.UpdatePayment initial_payment = 2;
 Protos.ProvideContract.Builder Protos.ProvideContract.Builder.setTx(com.google.protobuf.ByteString value)
          required bytes tx = 1;
 Protos.ProvideContract.Builder Protos.ProvideContract.toBuilder()
           
 

Methods in org.bitcoin.paymentchannel with parameters of type Protos.ProvideContract.Builder
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.setProvideContract(Protos.ProvideContract.Builder builderForValue)
          optional .paymentchannels.ProvideContract provide_contract = 7;
 



Copyright © 2014. All rights reserved.