com.hederahashgraph.api.proto.java.NodeSignatureOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/roster/ledger_id.proto
package com.hederahashgraph.api.proto.java;
public interface NodeSignatureOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.node.state.roster.NodeSignature)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* 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;
* @return The nodeId.
*/
long getNodeId();
/**
*
**
* 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;
* @return The nodeSignature.
*/
com.google.protobuf.ByteString getNodeSignature();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy