All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.TimestampOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.59.1
Show newest version
// 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