com.hedera.hashgraph.sdk.proto.SignatureMapOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface SignatureMapOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.SignatureMap)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Each signature pair corresponds to a unique Key required to sign the transaction.
*
*
* repeated .proto.SignaturePair sigPair = 1;
*/
java.util.List
getSigPairList();
/**
*
**
* Each signature pair corresponds to a unique Key required to sign the transaction.
*
*
* repeated .proto.SignaturePair sigPair = 1;
*/
com.hedera.hashgraph.sdk.proto.SignaturePair getSigPair(int index);
/**
*
**
* Each signature pair corresponds to a unique Key required to sign the transaction.
*
*
* repeated .proto.SignaturePair sigPair = 1;
*/
int getSigPairCount();
/**
*
**
* Each signature pair corresponds to a unique Key required to sign the transaction.
*
*
* repeated .proto.SignaturePair sigPair = 1;
*/
java.util.List extends com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder>
getSigPairOrBuilderList();
/**
*
**
* Each signature pair corresponds to a unique Key required to sign the transaction.
*
*
* repeated .proto.SignaturePair sigPair = 1;
*/
com.hedera.hashgraph.sdk.proto.SignaturePairOrBuilder getSigPairOrBuilder(
int index);
}