Signature
SignatureSchema — Decodes 65-byte hex signature (r + s + v). SignatureFromBytesSchema — Decodes from raw bytes. from / fromHex / fromBytes — Creates signature with Effect error handling.PrivateKey
PrivateKeySchema — Decodes 32-byte hex private key.PublicKey
PublicKeySchema — Uncompressed public key (65 bytes:0x04 + x + y).
CompressedPublicKeySchema — Compressed public key (33 bytes: 0x02/0x03 + x).
See Also
- PrivateKey - Sign messages with private keys
- PublicKey - Verify signatures with public keys
- Address - Derive address from signature recovery

