com.hedera.hashgraph.sdk.proto.NodeDeleteTransactionBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: node_delete.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface NodeDeleteTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.node.addressbook.NodeDeleteTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* 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;
* @return The nodeId.
*/
long getNodeId();
}