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 |
ServerState.StoredServerPaymentChannel
Protobuf type
paymentchannels.StoredServerPaymentChannel |
static class |
ServerState.StoredServerPaymentChannel.Builder
Protobuf type
paymentchannels.StoredServerPaymentChannel |
Modifier and Type | Method and Description |
---|---|
ServerState.StoredServerPaymentChannelOrBuilder |
ServerState.StoredServerPaymentChannelsOrBuilder.getChannelsOrBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannelOrBuilder |
ServerState.StoredServerPaymentChannels.getChannelsOrBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannelOrBuilder |
ServerState.StoredServerPaymentChannels.Builder.getChannelsOrBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
Modifier and Type | Method and Description |
---|---|
List<? extends ServerState.StoredServerPaymentChannelOrBuilder> |
ServerState.StoredServerPaymentChannelsOrBuilder.getChannelsOrBuilderList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
List<? extends ServerState.StoredServerPaymentChannelOrBuilder> |
ServerState.StoredServerPaymentChannels.getChannelsOrBuilderList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
List<? extends ServerState.StoredServerPaymentChannelOrBuilder> |
ServerState.StoredServerPaymentChannels.Builder.getChannelsOrBuilderList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
Copyright © 2016. All rights reserved.