| Package | Description |
|---|---|
| org.bitcoin.paymentchannel |
| Modifier and Type | Class and Description |
|---|---|
static class |
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)
|
static class |
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)
|
| Modifier and Type | Method and Description |
|---|---|
Protos.ErrorOrBuilder |
Protos.TwoWayChannelMessageOrBuilder.getErrorOrBuilder()
optional .paymentchannels.Error error = 10; |
Protos.ErrorOrBuilder |
Protos.TwoWayChannelMessage.getErrorOrBuilder()
optional .paymentchannels.Error error = 10; |
Protos.ErrorOrBuilder |
Protos.TwoWayChannelMessage.Builder.getErrorOrBuilder()
optional .paymentchannels.Error error = 10; |
Copyright © 2018. All rights reserved.