com.hederahashgraph.api.proto.java.SignatureMapOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hederahashgraph.api.proto.java;
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.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.SignaturePairOrBuilder>
getSigPairOrBuilderList();
/**
*
**
* Each signature pair corresponds to a unique Key required to sign the transaction.
*
*
* repeated .proto.SignaturePair sigPair = 1;
*/
com.hederahashgraph.api.proto.java.SignaturePairOrBuilder getSigPairOrBuilder(
int index);
}