This message is deprecated and succeeded by SignaturePair and SignatureMap messages.
| Field | Type | Description | |
|---|---|---|---|
| deprecated | | | |
| signature | oneof | | |
| | contract | | Smart contract virtual signature (always length zero) |
| | ed25519 | | Ed25519 signature bytes |
| | RSA_3072 | | RSA-3072 signature bytes |
| | ECDSA_384 | | ECDSA p-384 signature bytes |
| | thresholdSignature | ThresholdSignature | A list of signatures for a single N-of-M threshold Key. This must be a list of exactly M signatures, at least N of which are non-null. |
| | signatureList | SignatureList | A list of M signatures, each corresponding to a Key in a KeyList of the same length. |