public static interface Protos.TransactionSignerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
required string class_name = 1; |
com.google.protobuf.ByteString |
getClassNameBytes()
required string class_name = 1; |
com.google.protobuf.ByteString |
getData()
optional bytes data = 2; |
boolean |
hasClassName()
required string class_name = 1; |
boolean |
hasData()
optional bytes data = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasClassName()
required string class_name = 1;
fully qualified class name of TransactionSigner implementation
String getClassName()
required string class_name = 1;
fully qualified class name of TransactionSigner implementation
com.google.protobuf.ByteString getClassNameBytes()
required string class_name = 1;
fully qualified class name of TransactionSigner implementation
boolean hasData()
optional bytes data = 2;
arbitrary data required for signer to function
com.google.protobuf.ByteString getData()
optional bytes data = 2;
arbitrary data required for signer to function
Copyright © 2016. All rights reserved.