public static interface Protos.SettlementOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getTx()
A copy of the fully signed final contract that settles the channel.
|
boolean |
hasTx()
A copy of the fully signed final contract that settles the channel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTx()
A copy of the fully signed final contract that settles the channel. The client can verify the transaction is correct and then commit it to their wallet.
required bytes tx = 3;
com.google.protobuf.ByteString getTx()
A copy of the fully signed final contract that settles the channel. The client can verify the transaction is correct and then commit it to their wallet.
required bytes tx = 3;