
com.hederahashgraph.api.proto.java.AccountIDOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BasicTypes.proto
package com.hederahashgraph.api.proto.java;
public interface AccountIDOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.AccountID)
com.google.protobuf.MessageOrBuilder {
/**
*
*The shard number (nonnegative)
*
*
* int64 shardNum = 1;
*/
long getShardNum();
/**
*
*The realm number (nonnegative)
*
*
* int64 realmNum = 2;
*/
long getRealmNum();
/**
*
*A nonnegative account number unique within its realm
*
*
* int64 accountNum = 3;
*/
long getAccountNum();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy