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