
com.hederahashgraph.api.proto.java.TimestampOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Timestamp.proto
package com.hederahashgraph.api.proto.java;
public interface TimestampOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.Timestamp)
com.google.protobuf.MessageOrBuilder {
/**
*
* Number of complete seconds since the start of the epoch
*
*
* int64 seconds = 1;
*/
long getSeconds();
/**
*
* Number of nanoseconds since the start of the last second
*
*
* int32 nanos = 2;
*/
int getNanos();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy