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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: schedule_delete.proto

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   **
   * The ID of the Scheduled Entity
   * 
* * .proto.ScheduleID scheduleID = 1; * @return Whether the scheduleID field is set. */ boolean hasScheduleID(); /** *
   **
   * The ID of the Scheduled Entity
   * 
* * .proto.ScheduleID scheduleID = 1; * @return The scheduleID. */ com.hederahashgraph.api.proto.java.ScheduleID getScheduleID(); /** *
   **
   * The ID of the Scheduled Entity
   * 
* * .proto.ScheduleID scheduleID = 1; */ com.hederahashgraph.api.proto.java.ScheduleIDOrBuilder getScheduleIDOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy