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

com.hedera.hashgraph.sdk.proto.TimestampSecondsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.40.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: timestamp.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy