com.hedera.hashgraph.sdk.proto.ScheduleSignTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: schedule_sign.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface ScheduleSignTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ScheduleSignTransactionBody)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* The id of the schedule to add signing keys to
*
*
* .proto.ScheduleID scheduleID = 1;
* @return Whether the scheduleID field is set.
*/
boolean hasScheduleID();
/**
*
**
* The id of the schedule to add signing keys to
*
*
* .proto.ScheduleID scheduleID = 1;
* @return The scheduleID.
*/
com.hedera.hashgraph.sdk.proto.ScheduleID getScheduleID();
}