> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-docs-evm-account-model.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ThresholdSignature

<Info>
  This message is deprecated and succeeded by [SignaturePair](/reference/protobuf/basic-types/signature-pair) and [SignatureMap ](/reference/protobuf/basic-types/signaturemap)messages.
</Info>

A signature corresponding to a ThresholdKey. For an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null.

| Field    | Type                                                              | Description                                                                                       |
| -------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| `option` | ​deprecated=true                                                  | ​                                                                                                 |
| `sigs`   | ​[SignatureList](/reference/protobuf/basic-types/signature-list)​ | for an N-of-M threshold key, this is a list of M signatures, at least N of which must be non-null |
