Package | Description |
---|---|
org.bitcoin.paymentchannel | |
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.
|
Class and Description |
---|
Protos.ClientVersion
Sent by primary to secondary on opening the connection.
|
Protos.ClientVersion.Builder
Sent by primary to secondary on opening the connection.
|
Protos.ClientVersionOrBuilder |
Protos.Error
An Error can be sent by either party at any time
Both parties should make an effort to send either an ERROR or a CLOSE immediately before
closing the socket (unless they just received an ERROR or a CLOSE)
|
Protos.Error.Builder
An Error can be sent by either party at any time
Both parties should make an effort to send either an ERROR or a CLOSE immediately before
closing the socket (unless they just received an ERROR or a CLOSE)
|
Protos.Error.ErrorCode
Protobuf enum
paymentchannels.Error.ErrorCode |
Protos.ErrorOrBuilder |
Protos.Initiate
Sent from server to client once version nego is done.
|
Protos.Initiate.Builder
Sent from server to client once version nego is done.
|
Protos.InitiateOrBuilder |
Protos.PaymentAck
This message is sent as an acknowledgement of an UpdatePayment message
|
Protos.PaymentAck.Builder
This message is sent as an acknowledgement of an UpdatePayment message
|
Protos.PaymentAckOrBuilder |
Protos.ProvideContract
Sent from the primary to the secondary to complete initialization.
|
Protos.ProvideContract.Builder
Sent from the primary to the secondary to complete initialization.
|
Protos.ProvideContractOrBuilder |
Protos.ProvideRefund
Sent from primary to secondary after Initiate to begin the refund transaction signing.
|
Protos.ProvideRefund.Builder
Sent from primary to secondary after Initiate to begin the refund transaction signing.
|
Protos.ProvideRefundOrBuilder |
Protos.ReturnRefund
Sent from secondary to primary after it has done initial verification of the refund
transaction.
|
Protos.ReturnRefund.Builder
Sent from secondary to primary after it has done initial verification of the refund
transaction.
|
Protos.ReturnRefundOrBuilder |
Protos.ServerVersion
Send by secondary to primary upon receiving the ClientVersion message.
|
Protos.ServerVersion.Builder
Send by secondary to primary upon receiving the ClientVersion message.
|
Protos.ServerVersionOrBuilder |
Protos.Settlement
Protobuf type
paymentchannels.Settlement |
Protos.Settlement.Builder
Protobuf type
paymentchannels.Settlement |
Protos.SettlementOrBuilder |
Protos.TwoWayChannelMessage
This message is designed to be either sent raw over the network (e.g.
|
Protos.TwoWayChannelMessage.Builder
This message is designed to be either sent raw over the network (e.g.
|
Protos.TwoWayChannelMessage.MessageType
Protobuf enum
paymentchannels.TwoWayChannelMessage.MessageType |
Protos.TwoWayChannelMessageOrBuilder |
Protos.UpdatePayment
This message can only be used by the primary after it has received a CHANNEL_OPEN message.
|
Protos.UpdatePayment.Builder
This message can only be used by the primary after it has received a CHANNEL_OPEN message.
|
Protos.UpdatePaymentOrBuilder |
Class and Description |
---|
Protos.TwoWayChannelMessage
This message is designed to be either sent raw over the network (e.g.
|
Copyright © 2018. All rights reserved.