Package | Description |
---|---|
org.bitcoin.paymentchannel |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Protos.UpdatePayment> |
Protos.UpdatePayment.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Protos.UpdatePayment |
Protos.UpdatePayment.Builder.build() |
Protos.UpdatePayment |
Protos.UpdatePayment.Builder.buildPartial() |
static Protos.UpdatePayment |
Protos.UpdatePayment.getDefaultInstance() |
Protos.UpdatePayment |
Protos.UpdatePayment.getDefaultInstanceForType() |
Protos.UpdatePayment |
Protos.UpdatePayment.Builder.getDefaultInstanceForType() |
Protos.UpdatePayment |
Protos.ProvideContractOrBuilder.getInitialPayment()
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.UpdatePayment |
Protos.ProvideContract.getInitialPayment()
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.UpdatePayment |
Protos.ProvideContract.Builder.getInitialPayment()
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.UpdatePayment |
Protos.TwoWayChannelMessageOrBuilder.getUpdatePayment()
optional .paymentchannels.UpdatePayment update_payment = 8; |
Protos.UpdatePayment |
Protos.TwoWayChannelMessage.getUpdatePayment()
optional .paymentchannels.UpdatePayment update_payment = 8; |
Protos.UpdatePayment |
Protos.TwoWayChannelMessage.Builder.getUpdatePayment()
optional .paymentchannels.UpdatePayment update_payment = 8; |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseDelimitedFrom(InputStream input) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(byte[] data) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(ByteBuffer data) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(com.google.protobuf.ByteString data) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(InputStream input) |
static Protos.UpdatePayment |
Protos.UpdatePayment.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Protos.UpdatePayment> |
Protos.UpdatePayment.getParserForType() |
static com.google.protobuf.Parser<Protos.UpdatePayment> |
Protos.UpdatePayment.parser() |
Modifier and Type | Method and Description |
---|---|
Protos.UpdatePayment.Builder |
Protos.UpdatePayment.Builder.mergeFrom(Protos.UpdatePayment other) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.mergeInitialPayment(Protos.UpdatePayment value)
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeUpdatePayment(Protos.UpdatePayment value)
optional .paymentchannels.UpdatePayment update_payment = 8; |
static Protos.UpdatePayment.Builder |
Protos.UpdatePayment.newBuilder(Protos.UpdatePayment prototype) |
Protos.ProvideContract.Builder |
Protos.ProvideContract.Builder.setInitialPayment(Protos.UpdatePayment value)
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setUpdatePayment(Protos.UpdatePayment value)
optional .paymentchannels.UpdatePayment update_payment = 8; |
Copyright © 2018. All rights reserved.