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

# KeyList

> Hedera protobuf reference for the KeyList message, an M-of-M list of Key entries that all must sign unless a Hashgraph transaction states otherwise.

A list of keys that requires all keys (M-of-M) to sign unless otherwise specified in the documentation. A KeyList may contain repeated keys, but all repeated keys are only required to sign once.

| Field  | Type                                         | Description  |
| ------ | -------------------------------------------- | ------------ |
| `keys` | ​[Key](/reference/protobuf/basic-types/key)​ | list of keys |

#### <a href="#undefined" id="undefined" />
