Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface NodeSignatureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
NodeSignature,NodeSignature.Builder
@Generated
public interface NodeSignatureOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong* The node id of the node that created the _RSA_ signature.com.google.protobuf.ByteString* The bytes of an _RSA_ signature.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getNodeId
long getNodeId()* The node id of the node that created the _RSA_ signature. This value MUST be set.<br/> This value MUST NOT be empty.<br/> This value is REQUIRED.
uint64 node_id = 1;- Returns:
- The nodeId.
-
getNodeSignature
com.google.protobuf.ByteString getNodeSignature()* The bytes of an _RSA_ signature. This value MUST be set.<br/> This value MUST NOT be empty.<br/> This value MUST contain a valid signature.
bytes node_signature = 2;- Returns:
- The nodeSignature.
-