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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: Freeze.proto

package com.hederahashgraph.api.proto.java;

public interface FreezeTransactionBodyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.FreezeTransactionBody)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The start hour (in UTC time), a value between 0 and 23
   * 
* * int32 startHour = 1; */ int getStartHour(); /** *
   * The start minute (in UTC time), a value between 0 and 59
   * 
* * int32 startMin = 2; */ int getStartMin(); /** *
   * The end hour (in UTC time), a value between 0 and 23
   * 
* * int32 endHour = 3; */ int getEndHour(); /** *
   * The end minute (in UTC time), a value between 0 and 59
   * 
* * int32 endMin = 4; */ int getEndMin(); /** *
   * The ID of the file needs to be updated during a freeze transaction
   * 
* * .proto.FileID updateFile = 5; */ boolean hasUpdateFile(); /** *
   * The ID of the file needs to be updated during a freeze transaction
   * 
* * .proto.FileID updateFile = 5; */ com.hederahashgraph.api.proto.java.FileID getUpdateFile(); /** *
   * The ID of the file needs to be updated during a freeze transaction
   * 
* * .proto.FileID updateFile = 5; */ com.hederahashgraph.api.proto.java.FileIDOrBuilder getUpdateFileOrBuilder(); /** *
   * The hash value of the file, used to verify file content before performing freeze and update
   * 
* * bytes fileHash = 6; */ com.google.protobuf.ByteString getFileHash(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy