com.hederahashgraph.api.proto.java.ScheduleSignTransactionBodyOrBuilder Maven / Gradle / Ivy
// 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