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 | Field and Description |
---|---|
static com.google.protobuf.Parser<ServerState.StoredServerPaymentChannel> |
ServerState.StoredServerPaymentChannel.PARSER |
Modifier and Type | Method and Description |
---|---|
ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.Builder.build() |
ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.Builder.buildPartial() |
ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannelsOrBuilder.getChannels(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannels.getChannels(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannels.Builder.getChannels(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.getDefaultInstance() |
ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.getDefaultInstanceForType() |
ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.Builder.getDefaultInstanceForType() |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseDelimitedFrom(InputStream input) |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseFrom(byte[] data) |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseFrom(com.google.protobuf.ByteString data) |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseFrom(com.google.protobuf.CodedInputStream input) |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseFrom(InputStream input) |
static ServerState.StoredServerPaymentChannel |
ServerState.StoredServerPaymentChannel.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<ServerState.StoredServerPaymentChannel> |
ServerState.StoredServerPaymentChannelsOrBuilder.getChannelsList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
List<ServerState.StoredServerPaymentChannel> |
ServerState.StoredServerPaymentChannels.getChannelsList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
List<ServerState.StoredServerPaymentChannel> |
ServerState.StoredServerPaymentChannels.Builder.getChannelsList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
com.google.protobuf.Parser<ServerState.StoredServerPaymentChannel> |
ServerState.StoredServerPaymentChannel.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ServerState.StoredServerPaymentChannels.Builder |
ServerState.StoredServerPaymentChannels.Builder.addChannels(int index,
ServerState.StoredServerPaymentChannel value)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannels.Builder |
ServerState.StoredServerPaymentChannels.Builder.addChannels(ServerState.StoredServerPaymentChannel value)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.mergeFrom(ServerState.StoredServerPaymentChannel other) |
static ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.newBuilder(ServerState.StoredServerPaymentChannel prototype) |
ServerState.StoredServerPaymentChannels.Builder |
ServerState.StoredServerPaymentChannels.Builder.setChannels(int index,
ServerState.StoredServerPaymentChannel value)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
Modifier and Type | Method and Description |
---|---|
ServerState.StoredServerPaymentChannels.Builder |
ServerState.StoredServerPaymentChannels.Builder.addAllChannels(Iterable<? extends ServerState.StoredServerPaymentChannel> values)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
Copyright © 2016. All rights reserved.