Class | Description |
---|---|
Protos | |
Protos.ClientVersion |
Sent by primary to secondary on opening the connection.
|
Protos.ClientVersion.Builder |
Sent by primary to secondary on opening the connection.
|
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.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.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.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.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.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.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.Settlement |
Protobuf type
paymentchannels.Settlement |
Protos.Settlement.Builder |
Protobuf type
paymentchannels.Settlement |
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.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.
|
Enum | Description |
---|---|
Protos.Error.ErrorCode |
Protobuf enum
paymentchannels.Error.ErrorCode |
Protos.TwoWayChannelMessage.MessageType |
Protobuf enum
paymentchannels.TwoWayChannelMessage.MessageType |