org.bitcoin.paymentchannel
Interface Protos.ReturnRefundOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protos.ReturnRefund, Protos.ReturnRefund.Builder
Enclosing class:
Protos

public static interface Protos.ReturnRefundOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getSignature()
          required bytes signature = 1;
 boolean hasSignature()
          required bytes signature = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasSignature

boolean hasSignature()
required bytes signature = 1;


getSignature

com.google.protobuf.ByteString getSignature()
required bytes signature = 1;



Copyright © 2014. All rights reserved.