com.hederahashgraph.api.proto.java.TimestampSecondsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: timestamp.proto
package com.hederahashgraph.api.proto.java;
public interface TimestampSecondsOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TimestampSeconds)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Number of complete seconds since the start of the epoch
*
*
* int64 seconds = 1;
* @return The seconds.
*/
long getSeconds();
}