Uses of Interface
com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannelOrBuilder

Packages that use ClientState.StoredClientPaymentChannelOrBuilder
com.google.bitcoin.protocols.channels   
 

Uses of ClientState.StoredClientPaymentChannelOrBuilder in com.google.bitcoin.protocols.channels
 

Classes in com.google.bitcoin.protocols.channels that implement ClientState.StoredClientPaymentChannelOrBuilder
static class ClientState.StoredClientPaymentChannel
          Protobuf type paymentchannels.StoredClientPaymentChannel
static class ClientState.StoredClientPaymentChannel.Builder
          Protobuf type paymentchannels.StoredClientPaymentChannel
 

Methods in com.google.bitcoin.protocols.channels that return ClientState.StoredClientPaymentChannelOrBuilder
 ClientState.StoredClientPaymentChannelOrBuilder ClientState.StoredClientPaymentChannelsOrBuilder.getChannelsOrBuilder(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannelOrBuilder ClientState.StoredClientPaymentChannels.getChannelsOrBuilder(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannelOrBuilder ClientState.StoredClientPaymentChannels.Builder.getChannelsOrBuilder(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 

Methods in com.google.bitcoin.protocols.channels that return types with arguments of type ClientState.StoredClientPaymentChannelOrBuilder
 List<? extends ClientState.StoredClientPaymentChannelOrBuilder> ClientState.StoredClientPaymentChannelsOrBuilder.getChannelsOrBuilderList()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 List<? extends ClientState.StoredClientPaymentChannelOrBuilder> ClientState.StoredClientPaymentChannels.getChannelsOrBuilderList()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 List<? extends ClientState.StoredClientPaymentChannelOrBuilder> ClientState.StoredClientPaymentChannels.Builder.getChannelsOrBuilderList()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 



Copyright © 2014. All rights reserved.