Bytes32
Fixed-size 32-byte value type
Overview
Definition
class Bytes32(HexBytes):
"""Exactly 32 bytes — used for hashes, AES keys, and similar values."""
_size = 32Inheritance
Construction
Parameters
Parameter
Type
Required
Description
Raises
Examples
From Hex String
From Raw Bytes
From Integer
Length Validation
Methods
to_0x_hex()
Properties
Notes
See Also
Last updated

