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 | Method and Description |
---|---|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannels.Builder.addChannelsBuilder()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannels.Builder.addChannelsBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clear() |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearBestValueSignature()
optional bytes bestValueSignature = 2; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearBestValueToMe()
required uint64 bestValueToMe = 1; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearClientKey()
Protocol version 2 only - the P2SH hash doesn't contain the required key
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearClientOutput()
optional bytes clientOutput = 5; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearContractTransaction()
required bytes contractTransaction = 4; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearMajorVersion()
optional uint32 majorVersion = 7 [default = 1]; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearMyKey()
required bytes myKey = 6; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clearRefundTransactionUnlockTimeSecs()
required uint64 refundTransactionUnlockTimeSecs = 3; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.clone() |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannels.Builder.getChannelsBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.mergeFrom(com.google.protobuf.Message other) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.mergeFrom(ServerState.StoredServerPaymentChannel other) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.newBuilder() |
static ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.newBuilder(ServerState.StoredServerPaymentChannel prototype) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.newBuilderForType() |
protected ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setBestValueSignature(com.google.protobuf.ByteString value)
optional bytes bestValueSignature = 2; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setBestValueToMe(long value)
required uint64 bestValueToMe = 1; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setClientKey(com.google.protobuf.ByteString value)
Protocol version 2 only - the P2SH hash doesn't contain the required key
|
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setClientOutput(com.google.protobuf.ByteString value)
optional bytes clientOutput = 5; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setContractTransaction(com.google.protobuf.ByteString value)
required bytes contractTransaction = 4; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setMajorVersion(int value)
optional uint32 majorVersion = 7 [default = 1]; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setMyKey(com.google.protobuf.ByteString value)
required bytes myKey = 6; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setRefundTransactionUnlockTimeSecs(long value)
required uint64 refundTransactionUnlockTimeSecs = 3; |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ServerState.StoredServerPaymentChannel.Builder |
ServerState.StoredServerPaymentChannel.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<ServerState.StoredServerPaymentChannel.Builder> |
ServerState.StoredServerPaymentChannels.Builder.getChannelsBuilderList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
Modifier and Type | Method and Description |
---|---|
ServerState.StoredServerPaymentChannels.Builder |
ServerState.StoredServerPaymentChannels.Builder.addChannels(int index,
ServerState.StoredServerPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannels.Builder |
ServerState.StoredServerPaymentChannels.Builder.addChannels(ServerState.StoredServerPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
ServerState.StoredServerPaymentChannels.Builder |
ServerState.StoredServerPaymentChannels.Builder.setChannels(int index,
ServerState.StoredServerPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1; |
Copyright © 2018. All rights reserved.