Smart Account Constants
object SmartAccountConstants
Cryptographic and protocol-level constants for Smart Account operations.
Properties
Link copied to clipboard
Size in bytes of an Ed25519 public key (RFC 8032).
Link copied to clipboard
Size in bytes of an uncompressed secp256r1 public key (1 prefix byte + 32 x-coordinate + 32 y-coordinate).
Link copied to clipboard
Uncompressed point prefix byte (0x04) as defined in SEC 1 for secp256r1 public keys.