Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface SignatureListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SignatureList,SignatureList.Builder
@Generated
@Deprecated
public interface SignatureListOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetSigs(int index) Deprecated.* Each signature corresponds to a Key in the KeyList.intDeprecated.* Each signature corresponds to a Key in the KeyList.Deprecated.* Each signature corresponds to a Key in the KeyList.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getSigsList
Deprecated.* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
getSigs
Deprecated.* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2; -
getSigsCount
int getSigsCount()Deprecated.* Each signature corresponds to a Key in the KeyList.
repeated .proto.Signature sigs = 2;
-