Interface SignatureMapOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
SignatureMap, SignatureMap.Builder

@Generated public interface SignatureMapOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getSigPair(int index)
    * A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
    int
    * A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.
    * A list of signature pairs for a specific transaction.<br/> Each signature pair represents a single cryptographic (`primitive`) public key identified by a "prefix" value and the cryptographic signature produced for that key.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getSigPairList

      List<SignaturePair> getSigPairList()
       *
       A list of signature pairs for a specific transaction.<br/>
       Each signature pair represents a single cryptographic (`primitive`)
       public key identified by a "prefix" value and the cryptographic
       signature produced for that key.
       
      repeated .proto.SignaturePair sigPair = 1;
    • getSigPair

      SignaturePair getSigPair(int index)
       *
       A list of signature pairs for a specific transaction.<br/>
       Each signature pair represents a single cryptographic (`primitive`)
       public key identified by a "prefix" value and the cryptographic
       signature produced for that key.
       
      repeated .proto.SignaturePair sigPair = 1;
    • getSigPairCount

      int getSigPairCount()
       *
       A list of signature pairs for a specific transaction.<br/>
       Each signature pair represents a single cryptographic (`primitive`)
       public key identified by a "prefix" value and the cryptographic
       signature produced for that key.
       
      repeated .proto.SignaturePair sigPair = 1;