Uses of Class
com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannel.Builder

Packages that use ServerState.StoredServerPaymentChannel.Builder
com.google.bitcoin.protocols.channels   
 

Uses of ServerState.StoredServerPaymentChannel.Builder in com.google.bitcoin.protocols.channels
 

Methods in com.google.bitcoin.protocols.channels that return ServerState.StoredServerPaymentChannel.Builder
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannels.Builder.addChannelsBuilder()
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannels.Builder.addChannelsBuilder(int index)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.clear()
           
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.clearBestValueSignature()
          optional bytes bestValueSignature = 2;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.clearBestValueToMe()
          required uint64 bestValueToMe = 1;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.clearClientOutput()
          required bytes clientOutput = 5;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.clearContractTransaction()
          required bytes contractTransaction = 4;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.clearMyKey()
          required bytes myKey = 6;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.clearRefundTransactionUnlockTimeSecs()
          required uint64 refundTransactionUnlockTimeSecs = 3;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.clone()
           
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannels.Builder.getChannelsBuilder(int index)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.mergeFrom(com.google.protobuf.Message other)
           
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.mergeFrom(ServerState.StoredServerPaymentChannel other)
           
static ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.newBuilder()
           
static ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.newBuilder(ServerState.StoredServerPaymentChannel prototype)
           
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.newBuilderForType()
           
protected  ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.setBestValueSignature(com.google.protobuf.ByteString value)
          optional bytes bestValueSignature = 2;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.setBestValueToMe(long value)
          required uint64 bestValueToMe = 1;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.setClientOutput(com.google.protobuf.ByteString value)
          required bytes clientOutput = 5;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.setContractTransaction(com.google.protobuf.ByteString value)
          required bytes contractTransaction = 4;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.setMyKey(com.google.protobuf.ByteString value)
          required bytes myKey = 6;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.Builder.setRefundTransactionUnlockTimeSecs(long value)
          required uint64 refundTransactionUnlockTimeSecs = 3;
 ServerState.StoredServerPaymentChannel.Builder ServerState.StoredServerPaymentChannel.toBuilder()
           
 

Methods in com.google.bitcoin.protocols.channels that return types with arguments of type ServerState.StoredServerPaymentChannel.Builder
 List<ServerState.StoredServerPaymentChannel.Builder> ServerState.StoredServerPaymentChannels.Builder.getChannelsBuilderList()
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 

Methods in com.google.bitcoin.protocols.channels with parameters of type ServerState.StoredServerPaymentChannel.Builder
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.addChannels(int index, ServerState.StoredServerPaymentChannel.Builder builderForValue)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.addChannels(ServerState.StoredServerPaymentChannel.Builder builderForValue)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.setChannels(int index, ServerState.StoredServerPaymentChannel.Builder builderForValue)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 



Copyright © 2014. All rights reserved.