@@ -149,8 +149,8 @@ Signature of something in NeoFS.
149149
150150| Field | Type | Label | Description |
151151| ----- | ---- | ----- | ----------- |
152- | key | [ bytes] ( #bytes ) | | Public key used for signing |
153- | sign | [ bytes] ( #bytes ) | | Signature |
152+ | key | [ bytes] ( #bytes ) | | Public key used for signing. For N3 ` scheme ` , the field represents a verification script. |
153+ | sign | [ bytes] ( #bytes ) | | Signature. For N3 ` scheme ` , the field represents an invocation script. |
154154| scheme | [ SignatureScheme] ( #neo.fs.v2.refs.SignatureScheme ) | | Scheme contains digital signature scheme identifier |
155155
156156
@@ -162,8 +162,8 @@ RFC 6979 signature.
162162
163163| Field | Type | Label | Description |
164164| ----- | ---- | ----- | ----------- |
165- | key | [ bytes] ( #bytes ) | | Public key used for signing |
166- | sign | [ bytes] ( #bytes ) | | Deterministic ECDSA with SHA-256 hashing |
165+ | key | [ bytes] ( #bytes ) | | Public key used for signing. For N3 auth scheme, the field represents a verification script. |
166+ | sign | [ bytes] ( #bytes ) | | Deterministic ECDSA with SHA-256 hashing. For N3 auth scheme, the field represents an invocation script. |
167167
168168
169169<a name =" neo.fs.v2.refs.SubnetID " ></a >
@@ -223,6 +223,7 @@ Signature scheme describes digital signing scheme used for (key, signature) pair
223223| ECDSA_SHA512 | 0 | ECDSA with SHA-512 hashing (FIPS 186-3) |
224224| ECDSA_RFC6979_SHA256 | 1 | Deterministic ECDSA with SHA-256 hashing (RFC 6979) |
225225| ECDSA_RFC6979_SHA256_WALLET_CONNECT | 2 | Deterministic ECDSA with SHA-256 hashing using WalletConnect API. Here the algorithm is the same, but the message format differs. |
226+ | N3 | 3 | Neo N3 witness. |
226227
227228
228229 <!-- end enums -->
0 commit comments