com.hederahashgraph.api.proto.java.ThresholdKeyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hederahashgraph.api.proto.java;
public interface ThresholdKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ThresholdKey)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A valid signature set must have at least this many signatures
*
*
* uint32 threshold = 1;
* @return The threshold.
*/
int getThreshold();
/**
*
**
* List of all the keys that can sign
*
*
* .proto.KeyList keys = 2;
* @return Whether the keys field is set.
*/
boolean hasKeys();
/**
*
**
* List of all the keys that can sign
*
*
* .proto.KeyList keys = 2;
* @return The keys.
*/
com.hederahashgraph.api.proto.java.KeyList getKeys();
/**
*
**
* List of all the keys that can sign
*
*
* .proto.KeyList keys = 2;
*/
com.hederahashgraph.api.proto.java.KeyListOrBuilder getKeysOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy