Package | Description |
---|---|
org.bitcoin.paymentchannel |
Modifier and Type | Class and Description |
---|---|
static class |
Protos.UpdatePayment
This message can only be used by the primary after it has received a CHANNEL_OPEN message.
|
static class |
Protos.UpdatePayment.Builder
This message can only be used by the primary after it has received a CHANNEL_OPEN message.
|
Modifier and Type | Method and Description |
---|---|
Protos.UpdatePaymentOrBuilder |
Protos.ProvideContractOrBuilder.getInitialPaymentOrBuilder()
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.UpdatePaymentOrBuilder |
Protos.ProvideContract.getInitialPaymentOrBuilder()
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.UpdatePaymentOrBuilder |
Protos.ProvideContract.Builder.getInitialPaymentOrBuilder()
To open the channel, an initial payment of the server-specified dust limit value must be
provided.
|
Protos.UpdatePaymentOrBuilder |
Protos.TwoWayChannelMessageOrBuilder.getUpdatePaymentOrBuilder()
optional .paymentchannels.UpdatePayment update_payment = 8; |
Protos.UpdatePaymentOrBuilder |
Protos.TwoWayChannelMessage.getUpdatePaymentOrBuilder()
optional .paymentchannels.UpdatePayment update_payment = 8; |
Protos.UpdatePaymentOrBuilder |
Protos.TwoWayChannelMessage.Builder.getUpdatePaymentOrBuilder()
optional .paymentchannels.UpdatePayment update_payment = 8; |
Copyright © 2018. All rights reserved.