ConstReadonlyEcdsaSign: numberCan produce ECDSA signatures (requires a private key).
ReadonlyEcdsaVerify: numberCan verify ECDSA signatures.
ReadonlyHdDerivation: numberSupports BIP-32 hierarchical deterministic derivation.
ReadonlyPrivateKeyExport: numberCan export the raw private key bytes.
ReadonlyPublicKeyTweak: numberCan derive a tweaked child key via Taproot-style tweaking.
ReadonlySchnorrSign: numberCan produce BIP-340 Schnorr signatures (requires a private key and backend support).
ReadonlySchnorrVerify: numberCan verify BIP-340 Schnorr signatures (requires backend support).
Bitfield flags describing the cryptographic operations an ECPairSigner can perform.
Combine with bitwise OR (
|) and test with bitwise AND (&).