Package | Description |
---|---|
org.bitcoinj.protocols.channels |
Micropayment channels allow for rapid tiny payments to be made to a third party once a channel has been set up, using
some of the advanced features of the Bitcoin protocol.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClientState.StoredClientPaymentChannel
Protobuf type
paymentchannels.StoredClientPaymentChannel |
static class |
ClientState.StoredClientPaymentChannel.Builder
Protobuf type
paymentchannels.StoredClientPaymentChannel |
Modifier and Type | Method and Description |
---|---|
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; |
Modifier and Type | Method and Description |
---|---|
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 © 2016. All rights reserved.