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

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

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

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * The id of the schedule to add signing keys to
   * 
* * .proto.ScheduleID scheduleID = 1; */ boolean hasScheduleID(); /** *
   * The id of the schedule to add signing keys to
   * 
* * .proto.ScheduleID scheduleID = 1; */ com.hederahashgraph.api.proto.java.ScheduleID getScheduleID(); /** *
   * The id of the schedule to add signing keys to
   * 
* * .proto.ScheduleID scheduleID = 1; */ com.hederahashgraph.api.proto.java.ScheduleIDOrBuilder getScheduleIDOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy