SignatureType
SignatureType is the type of a cryptographic signature.
Properties
Type: enum (string)
Values
Name | Format | Size |
---|---|---|
ecdsa | r (32-bytes) + s (32-bytes) | 64 bytes |
ecdsa_recovery | r (32-bytes) + s (32-bytes) + v (1-byte) | 65 bytes |
ed25519 | R (32-bytes) + s (32-bytes) | 64 bytes |
Example
"ecdsa"