public static interface Protos.SettlementOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getTx()
required bytes tx = 3; |
boolean |
hasTx()
required bytes tx = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTx()
required bytes tx = 3;
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.
com.google.protobuf.ByteString getTx()
required bytes tx = 3;
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.
Copyright © 2016. All rights reserved.