Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface NodeDeleteTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
NodeDeleteTransactionBody,NodeDeleteTransactionBody.Builder
@Generated
public interface NodeDeleteTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong* A consensus node identifier in the network state.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getNodeId
long getNodeId()* A consensus node identifier in the network state. <p> The node identified MUST exist in the network address book.<br/> The node identified MUST NOT be deleted.<br/> This value is REQUIRED.
uint64 node_id = 1;- Returns:
- The nodeId.
-